Memory Pool Memory Pool Refreshing

7,871 transactions
2.62 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,846 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,250 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,845 (323,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
584,067 584,067 00000000000000000004ab8fbc9201367460c3c1d61261a009b96c0e6d90149d 1.26 MB 3,160 51
584,066 584,066 00000000000000000015e03d641d056ed7da814fccdce1e558238eef33d0632b 0.94 MB 2,266 34
584,065 584,065 00000000000000000022ec7cd2577ba9a2703e1c178b919f9c67bf81d0597832 0.07 MB 134 28
584,064 584,064 00000000000000000017570622ae47331197d76ced81d0217088bbad5fd80fbb 0.25 MB 736 19
584,063 584,063 0000000000000000001f669ac2dc949b571df963ef53538f59712de2312fff34 0.18 MB 461 37
584,062 584,062 0000000000000000001339d2bbbfc8110aef9146b5268477766f9636c4927d53 0.14 MB 428 24
584,061 584,061 00000000000000000008d756119036e49af2d7fac10fd2104afa1789ef103672 0.05 MB 149 37
584,060 584,060 0000000000000000001cb55c7ff4898e9e002ab9aac4a310d83d50ed16d7d749 0.64 MB 1,865 27
584,059 584,059 00000000000000000011070500dcd0163d49673e0b244564b60b2896b7c86109 1.18 MB 3,312 30
584,058 584,058 000000000000000000007827bceaa4401048dcfe19df0b42099821e498eebe19 0.73 MB 2,152 27
584,057 584,057 00000000000000000012acd62abfbb302d17d474d5e56fcf248fdc753b259d55 1.17 MB 3,188 31
584,056 584,056 000000000000000000070184dfdd37890798491140a3617e44e79255690b6b76 0.83 MB 2,272 25
584,055 584,055 0000000000000000001f82ee5c7482c4a1476e09cd878c61e884afd71d0fa527 0.44 MB 1,312 23
584,054 584,054 0000000000000000000c0456e2f2271366f99ae76be57ed30524cebe7e9ca48c 0.71 MB 1,786 32
584,053 584,053 0000000000000000000f21f8bf56855885213885ec3aad24fe9658db52e1c405 0.63 MB 1,936 7
584,052 584,052 000000000000000000205a421b09ea138132f625adb4a3a5436d7283a17011bd 1.19 MB 3,170 32
584,051 584,051 0000000000000000001079d369b1cd6082ad57be4d56a2dd506a49ec156afa30 1.26 MB 2,584 60
584,050 584,050 00000000000000000021e393e95e46513795ea762039096e2ab158a3f4cbc2c3 0.55 MB 902 23
584,049 584,049 000000000000000000164373e422192d42d1a1eb9bf392ce223435794029cdb3 1.51 MB 2,122 6
584,048 584,048 0000000000000000000f17052cba3b68d0015017c340a5b8ab39fd7a2550a63e 1.31 MB 2,551 79
584,047 584,047 0000000000000000000a6cd37dd4c546d6d1e9924bbf94f8c2f07a2f9402539b 1.45 MB 1,492 11
Previous 10 blocks ↓
Total Size: 769.25 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,635.19 GB sent, 94.19 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.