Memory Pool Memory Pool Refreshing

2,014 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
908,016 00000000000000000002349e0000000000000000000000000000000000000000 0.67 vMB 1,992 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,015 (27,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,365 880,365 000000000000000000011857e3fc3a2d46640b8917723c25620c5ab5c5366719 1.75 MB 2,667 7
880,364 880,364 00000000000000000000495b9c155cdefc421a7acb06d719bc469813ccdd2193 1.75 MB 3,216 6
880,363 880,363 00000000000000000000901d003b8c98d2f9fe3ab84b87fd936b894de150aefc 1.62 MB 3,525 11
880,362 880,362 00000000000000000001c51047b0c2801a443fe9c47f9e4cc51d814668ce7325 1.80 MB 2,573 8
880,361 880,361 000000000000000000023eb0ccd8b31eb26184480dc0c221a74b6690f75e5d88 1.81 MB 2,419 5
880,360 880,360 00000000000000000000ed86e7ada77857e3b3ca10ebf395de310d5c324d0b87 1.64 MB 3,118 5
880,359 880,359 000000000000000000026b173b5e1d8cb7aaf26c72a8d1e81b78c5c73c408e05 1.78 MB 2,752 8
880,358 880,358 0000000000000000000050691d99efd0038ab7db91e716d672a9d24d938dacd1 1.62 MB 2,767 3
880,357 880,357 000000000000000000024117b653a64b26dc82874f5e61d052dc6144ff87f475 1.76 MB 2,189 3
880,356 880,356 00000000000000000001f14255318d3b5b27e0b9057ba0fbfb625e9f76b0ef6c 1.90 MB 2,269 4
880,355 880,355 000000000000000000027d56fb62e21d05bc0626334ece51e780bc68b5e7e1ea 1.74 MB 3,095 7
880,354 880,354 0000000000000000000233c11341634bfc62b02fd6048a88e4e3b7450a4a2004 1.79 MB 2,935 6
880,353 880,353 0000000000000000000081b648c623b2c91a203e9cffcb159cdbf9e64e0e8244 1.81 MB 3,151 7
880,352 880,352 000000000000000000018a0d6767e39eb12b8333cf77b394352ba83211117bfe 1.71 MB 2,468 6
880,351 880,351 00000000000000000002731af89d6eebfe7723c80491f532122a0b233369c144 1.65 MB 1,726 1
880,350 880,350 0000000000000000000123699f7bed1113e524c518d4bdfd08b2045a55c31c18 1.76 MB 2,972 4
880,349 880,349 000000000000000000015d33b25824b139a64f260fdd711f384f530db2b33c7f 1.78 MB 3,125 2
880,348 880,348 000000000000000000010edd801d28d55a3b79e13429cc795cf4e9981ea4bc1f 1.67 MB 3,389 4
880,347 880,347 00000000000000000001cac7620d4323446028d5459bcc94154619898274c353 1.70 MB 3,308 6
880,346 880,346 0000000000000000000144315406bb750d5c472b69a64e43f77e2d75366eaca3 1.71 MB 3,401 6
880,345 880,345 00000000000000000001239360a01429b49ea29765beb873ca287918e223691e 1.61 MB 3,323 2
Previous 10 blocks ↓
Total Size: 769.57 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,650.19 GB sent, 95.80 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.