Memory Pool Memory Pool Refreshing

7,823 transactions
2.91 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,294 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (433,268 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
474,513 474,513 0000000000000000007401fee5d4915bae79bdf883a6d998c5a43c9b293996dd 1.00 MB 861 364
474,512 474,512 00000000000000000171a90690bbebc16e223153fc8c458564714704cf86ae17 0.99 MB 514 342
474,511 474,511 00000000000000000002c659e2c1d223225103d785e982adc61f9fd923ac09d2 1.00 MB 1,465 398
474,510 474,510 000000000000000000ed37c421c9acacf091a9bb902421ee6e0cabfc8b1a6f67 1.00 MB 2,542 294
474,509 474,509 00000000000000000135da85fdd890d6f28865e33aaa3b7aa00537056e094c11 1.00 MB 1,868 33
474,508 474,508 0000000000000000003c21781d0593ea03690f7c94fb94c45fddaa1607998d7a 1.00 MB 1,706 125
474,507 474,507 0000000000000000017f72371d7300564c7209f19ab758dba64539616ff329a1 1.00 MB 2,304 132
474,506 474,506 000000000000000000709cc00edd5b860aa5abbfc8ce64f191b1479cc1a2e399 0.99 MB 2,320 228
474,505 474,505 0000000000000000011413f75a32e067824214c0de05f13576add93087478788 1.00 MB 1,967 175
474,504 474,504 000000000000000001763ebcea127d82b5c49b620960e2d881c4ace719d5fe46 1.00 MB 1,904 188
474,503 474,503 0000000000000000004d4eb187b869e81411ef88a35a74691d7efe706b9cf572 1.00 MB 2,377 122
474,502 474,502 000000000000000000d7fc6823ec9b69ef03b8c3a993c2cb5172a79089da8695 1.00 MB 2,475 187
474,501 474,501 000000000000000000d12bdb81eb00a6a192a2ec2deafa787d83435338e9f7ea 0.79 MB 1,504 201
474,500 474,500 000000000000000000d27c3a447ed5a81e703fd6ffbacbdd77ae21135af95100 1.00 MB 1,550 126
474,499 474,499 00000000000000000018a9a2156aa276604bc61b07cb605f634e4e33b05a02f3 1.00 MB 1,967 260
474,498 474,498 0000000000000000002a4dcabf7cf203e7c5a8ae6cc7cf321ee690f2e59746fb 1.00 MB 1,969 248
474,497 474,497 000000000000000000d646aefe52ecfd02da7fd332740963204ea8e0da5aab15 1.00 MB 1,631 138
474,496 474,496 00000000000000000093b2ecfa7751fb57807c23bddc33f2fa58c42f7d53327b 1.00 MB 2,456 128
474,495 474,495 0000000000000000016c9b33193f3d5e1a21cd9bd39bc2f6b265196f465726f4 1.00 MB 1,943 135
474,494 474,494 000000000000000000f3c2a201ede80a31c32960b6a87eedbf417a440712bcc3 1.00 MB 2,245 51
474,493 474,493 00000000000000000074c4d4da190106e51311e58b4678660f2d0ce8f2c0b48c 1.00 MB 1,508 122
Previous 10 blocks ↓
Total Size: 769.13 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,631.61 GB sent, 93.56 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.