Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,824 (696,234 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,590 211,590 000000000000003bf7361c034bf63ef11cb61771251d1f2aa9f0adff8d2f4d1f 0.16 MB 393 209
211,589 211,589 00000000000004a36620ca02ffec4ff7a79582d6ab8eb8a441f71d62ab972031 0.33 MB 771 239
211,588 211,588 00000000000001a693e323feb9484e70c469fa90fd2731ae0fe2d31606f2501d 0.33 MB 734 213
211,587 211,587 000000000000020ead939c2372c8903b38a90ba93f63ac708ec47346d32c4c83 0.02 MB 62 166
211,586 211,586 000000000000002a926c232c66e6391516f5a971882b3630043ca9eeac12cc12 0.04 MB 123 122
211,585 211,585 00000000000002709f9044c4b1806624922516e2644d877e0fe9c31b018e385e 0.18 MB 390 193
211,584 211,584 0000000000000023eaf1c7d7c3fc178385bc61bec84e0987140ecc6281c8da7d 0.25 MB 567 224
211,583 211,583 00000000000002ddb72873ce3e6fa3102f3b2e03b44e448f0deb3dcdb1d6ef45 0.06 MB 125 100
211,582 211,582 00000000000002accc3498a5c82a271c8d1914b2705a2860ebebd67def2cb08c 0.20 MB 481 151
211,581 211,581 00000000000003bdb6038c4db35dc67e6f75b46a7507d8cb1527042012cab669 0.26 MB 527 244
211,580 211,580 000000000000029f2c7ba4ff789ceb133babcb8bc8c6bde94dff84b007436d5e 0.07 MB 164 344
211,579 211,579 000000000000048e15028d99700c69d6a8fc2599a615537e4c4f7913d50d394c 0.24 MB 502 176
211,578 211,578 000000000000021836868f8b3953622eec7dca8e6181c8606a66f0e79dc80eeb 0.25 MB 405 166
211,577 211,577 00000000000000b22ec47c9cdd720e05212217d71a75774eb002b2b54b2e7914 0.25 MB 551 186
211,576 211,576 00000000000003d34e53d26a37e81ebeaddd5b774065b95d47a2d66fc0e1a3a0 0.25 MB 477 176
211,575 211,575 0000000000000466374c9f8d1b4bea7a1030162c670b102f775859ad1f3b87b4 0.18 MB 582 173
211,574 211,574 000000000000007c7f6e9deb4724954ad6c91fa1cdf03dd0401be5dec69adf9f 0.25 MB 544 196
211,573 211,573 000000000000011d214c4432bfbb32a78b283041c54a9547ebb44a8616f4cde7 0.00 MB 5 931
211,572 211,572 0000000000000403ee392980ebdbcbea274cef5adabc7f2deec485b1ee15f87d 0.00 MB 14 14
211,571 211,571 00000000000003e72f1ecae6ae4cdaa92a63252e30d46ad383d746ef9b6aa280 0.25 MB 413 139
211,570 211,570 00000000000000dffcd190368196ea41d6b83d6d32ab706ecf2834033b0a5500 0.24 MB 358 98
Previous 10 blocks ↓
Total Size: 769.21 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,634.55 GB sent, 94.00 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.