Memory Pool Memory Pool Refreshing

7,586 transactions
3.49 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,919 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (566,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
341,456 341,456 00000000000000001239074d13c0f9109afab1e733d2a502d8c7833dbb61ddb8 0.17 MB 330 25
341,455 341,455 00000000000000000400efb5e5eaaba157b1fadff64c256ea6b8cc42dd4ac1e8 0.02 MB 38 5
341,454 341,454 00000000000000000d896ecd1b4a376da57c0436b94bfcd57ccea681de972080 0.40 MB 688 24
341,453 341,453 00000000000000001048c8804970f5702d09adc35408561dd8eeaf325dbc04ad 0.04 MB 81 13
341,452 341,452 00000000000000001a23aac15e11bfc2d6e6e5ecbfa2a30ab1ba0d193746fdd2 0.11 MB 110 17
341,451 341,451 0000000000000000074355ae25b1e9e09cfec15726687a6a2c177b67fd45dd40 0.27 MB 520 23
341,450 341,450 00000000000000001882531a8e7798c41e4a2dc7389cef3e09928d34382e8ec6 0.06 MB 131 155
341,449 341,449 0000000000000000065e6bd48e30201aa2e66b3ff8bf38c1a7e234d5b7928987 0.20 MB 412 20
341,448 341,448 00000000000000000c623b774b67fb3858ee74d8d7502652ae012fd4735ef2c2 0.52 MB 552 18
341,447 341,447 000000000000000007715e2a3ac5de60e64ce2158cad832f7a9ef09473526dd8 0.69 MB 478 15
341,446 341,446 000000000000000010895bc7ce8698dc1bc647fc1ba04d5d4e349f2e47ff2d71 0.53 MB 821 22
341,445 341,445 000000000000000011bf93ccd309fdb5bc80cb6101294ac5c2e5f0512bd1e1c3 0.42 MB 654 20
341,444 341,444 000000000000000017c64fe6d86fe86d34ac53112e7a19002c820a259afdb98b 0.09 MB 256 33
341,443 341,443 000000000000000004c8b8810fbce1f0fb85da432f48472d799c3d9c58332167 0.09 MB 256 35
341,442 341,442 000000000000000000fcc9a86d0c76af1f0d7cc81a3c1d8e68bf837c1aead51c 0.00 MB 13 24
341,441 341,441 00000000000000001134f5118cf398982a2ad2f0172e65dec260269793cbe65a 0.16 MB 288 22
341,440 341,440 00000000000000001210829fb3000653a69ab7a1c798a48db713299569b9802f 0.12 MB 232 19
341,439 341,439 00000000000000000a573d254ccbfa664dd5c17da17e848703ab01471e628214 0.04 MB 85 25
341,438 341,438 00000000000000000694330d68db03947271fbfb874d95a96ca9c276fbc3f7c2 0.08 MB 200 26
341,437 341,437 00000000000000000e2dbd25391545adfaef51f98b082b06e53c5e0509b4e7c8 0.41 MB 810 23
341,436 341,436 00000000000000000c5677cc1e3a697255e8f88fafd7916c8f73e8f9e58cbc07 0.33 MB 499 23
Previous 10 blocks ↓
Total Size: 769.03 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,624.86 GB sent, 93.01 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.