Memory Pool Memory Pool Refreshing

11,340 transactions
4.02 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,663 (745,548 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,115 162,115 00000000000006550bf924132a1e3a3f17cf2ecd4398d4d42d71493a38f91135 0.04 MB 89 208
162,114 162,114 0000000000000647d6069504e1eca5d926d15847a718e6f82af830e9d19174c3 0.05 MB 90 209
162,113 162,113 00000000000009a13ad7a82588336946bc633b549be96f87584b3cd227422617 0.01 MB 18 223
162,112 162,112 00000000000008b62e6188e4766070619233d2bc1bab73d70b78f7871b73216b 0.01 MB 19 29
162,111 162,111 00000000000000aa0d05c58878e1ae47ada75ebfce9957c15e9877582895f6fa 0.00 MB 7 21
162,110 162,110 0000000000000722478e0e4101bf44c70d6424f1daa69680dd7c9d1d7053a345 0.01 MB 13 80
162,109 162,109 000000000000041ae5311b4e0b9502b770d11a3c7ccd075203d01a230a62013f 0.04 MB 88 36
162,108 162,108 0000000000000aae2f1e30c83873dd082c41876273aba247e709e5a9bebfc20b 0.03 MB 65 211
162,107 162,107 0000000000000c9c9ba3d6c3368c4fa124d872409fef7268f8f2577ec40dc2a1 0.00 MB 6 876
162,106 162,106 000000000000021f2d5636e2e0dfc7c29a506a42a4e24c3bd455b7b8bd308603 0.00 MB 12 0
162,105 162,105 00000000000003021cb25a4971c2928db042fae995e4c9ccc90e6ea9ebbc4ea7 0.00 MB 13 14
162,104 162,104 00000000000008146e67477e179a07917dc4a56fe8bd8c668a5712818b32e20c 0.02 MB 42 243
162,103 162,103 0000000000000b063daad788ef35f39c6f582e7934dc182914a935bd63634d92 0.01 MB 52 77
162,102 162,102 000000000000004a8eefd614b90a9de08faef3681eeea27b1119525240d6459c 0.05 MB 133 50
162,101 162,101 0000000000000a7667121ac52bb600d0603058af6e309814b75990f9190d70e0 0.05 MB 106 75
162,100 162,100 000000000000001ee1f2f4ee232cf71a7a909d73d631d88256e9279adb286c88 0.00 MB 7 4,863
162,099 162,099 00000000000001882ea09c64865521fb6aaa8bf6330a384784dee416935ed1b3 0.04 MB 119 101
162,098 162,098 0000000000000828fe95f01deabb96f033ab2c1d94e4b63dd4399234d53ea6c8 0.00 MB 12 326
162,097 162,097 000000000000039a063521873bd4d362aa61c74f3e867dae9fae45d3fe3fef96 0.01 MB 25 140
162,096 162,096 00000000000004dc0621c99f5de1c1420ebbde5bee24e9ba5b7e721ba1a43ce9 0.00 MB 11 0
162,095 162,095 0000000000000219fd91d3031f6fed3f71cc9979ec700363f1e4d957b35f419d 0.03 MB 70 203
Previous 10 blocks ↓
Total Size: 768.92 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,603.58 GB sent, 92.37 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.