Memory Pool Memory Pool Refreshing

3,742 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,557 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (420,259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
487,476 487,476 0000000000000000000b8501731c8cf5b6bda3a0ee80b8c552b723a357e7c6c8 1.00 MB 1,134 57
487,475 487,475 000000000000000000fe126f63ed3e66a9b6d4f6ffa03214d71c74b34dddc834 1.01 MB 1,492 66
487,474 487,474 00000000000000000034e166d053efaee345f27afcd6b3516779acddb0f74c0a 1.01 MB 753 27
487,473 487,473 0000000000000000000bd1673db9455da96fcdf1248cb918e0d56d31b8709a2a 1.00 MB 332 9
487,472 487,472 0000000000000000003a497e9a93ae12d569e3e680b2eb6619bf506447d2e751 1.00 MB 280 11
487,471 487,471 0000000000000000002da4f835f2bc769e4f616446176cfdba5d74508968fab6 1.00 MB 1,969 32
487,470 487,470 0000000000000000002b78eef4d8379b0c3245e380d48d5373c6fb571a010ae7 0.22 MB 466 134
487,469 487,469 00000000000000000069a2a8a7a031a64dc9e317c0911c82f2c8f78c8b79f480 1.00 MB 1,990 32
487,468 487,468 000000000000000000d56b031e19e868528739857bd5c856997c8c485a450b64 1.00 MB 2,119 124
487,467 487,467 00000000000000000086995d7ebcf3d56a21eb94941c968191c466f09314a5c3 1.04 MB 1,355 66
487,466 487,466 00000000000000000009ab4912642e3d1b8e42bdc52b44d865bb9f8c7e8fbe9f 1.04 MB 2,159 156
487,465 487,465 000000000000000000ce63ca1fdfc5971c22cc3a26593603a98aa485caf2ff69 1.00 MB 2,303 162
487,464 487,464 00000000000000000093ecc69eb957ac6bee35515cf71d747cbcba2351808751 1.03 MB 2,024 120
487,463 487,463 00000000000000000082be392da4520c1c3924279d5b832a7b9a13569202f396 0.00 MB 1 0
487,462 487,462 0000000000000000001d323de0e7677dff6f6b10a612e3506d4ee8f488f0350a 1.01 MB 595 17
487,461 487,461 00000000000000000086f87f7df998f01c4ad9b83f59f120268cdb0a70a148ec 1.04 MB 2,360 96
487,460 487,460 0000000000000000001c838366d2598bb323a540634102df62eb2e4462154c78 1.04 MB 689 130
487,459 487,459 0000000000000000007ab8980b0f7a7dfe991f51168d96af7f64543934091f19 1.01 MB 445 13
487,458 487,458 0000000000000000002f84a4a2aa32dbcf19f85650c3f1e74f2966536763b875 1.01 MB 1,007 44
487,457 487,457 000000000000000000569eb7b327ae86d54f1d44ce091d000d0564439ed6f4c4 1.01 MB 679 25
487,456 487,456 0000000000000000005dacfad7635624d97b2b9c541f31906f9293c0984667a5 1.03 MB 1,300 44
Previous 10 blocks ↓
Total Size: 769.05 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,627.27 GB sent, 93.11 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.