Memory Pool Memory Pool Refreshing

938 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 926 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (18,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
889,528 889,528 000000000000000000004ba2d7907b53d87bb665d98862080266dba8bebf9366 1.49 MB 2,867 5
889,527 889,527 0000000000000000000068a5a96a5c21ff110c882409135951f250b3b876afdb 1.54 MB 4,024 19
889,526 889,526 00000000000000000002702e211d332cba98934aea876617159cb2db87d3a5f2 1.78 MB 3,521 2
889,525 889,525 0000000000000000000185f300025d57e888f91cb5eb1bddd0db77a4c1a01b71 1.92 MB 5,579 1
889,524 889,524 00000000000000000000b0646b3cfc1938a9421917ebd829c0c371567fdc608c 1.76 MB 4,785 2
889,523 889,523 000000000000000000004fe1f00a99bdfda5d8efb6c9e2f63676ef3221d30fcb 1.35 MB 1,650 3
889,522 889,522 000000000000000000025febcfb74a80ce6d32d365af3ff6aaf6bd019e6b3c1f 1.66 MB 3,903 4
889,521 889,521 000000000000000000009d7b9613deb8587d94cbb67f992f374ed97051b52d5a 1.64 MB 3,831 13
889,520 889,520 000000000000000000015501a52c2bccb82cf072fefa79982a7636fab5a85974 1.48 MB 3,012 4
889,519 889,519 00000000000000000001f5cb5e17108c31b57e0253cc00e5e752ef62776e041a 1.61 MB 3,182 7
889,518 889,518 0000000000000000000148ab69b85ac3e296497a2895b6c12fa030d8219f663b 1.28 MB 1,493 4
889,517 889,517 00000000000000000000225b1304e10b6d1ac5fb2ad56edd53830921c921b79c 1.56 MB 2,603 3
889,516 889,516 00000000000000000000b7674e9e8ea9fc63976f0c625697337a4d7a791e13f1 1.36 MB 2,787 8
889,515 889,515 00000000000000000001965b5b6e83096c957309993923e03760596b65a4cc13 1.57 MB 4,201 13
889,514 889,514 00000000000000000001cf3ad30c0beced382c14b74fc5bf5f4fcd4841605299 1.38 MB 1,722 3
889,513 889,513 00000000000000000000545fd4fab76fc7c0d4833170816c18ae3482796fdb13 1.74 MB 3,165 7
889,512 889,512 00000000000000000000145949a2d0f59eca79334a446b17b79d1be53bea68d4 1.63 MB 3,423 9
889,511 889,511 0000000000000000000253b634d9d2043f96f7ef216640aeaed7b45a0949c0ee 1.71 MB 3,728 3
889,510 889,510 00000000000000000000df70637117057e2b22bad93e0cf82c4046a9cb29c1ca 1.84 MB 4,800 2
889,509 889,509 000000000000000000025db3bb55b909aa240bbe6bcd8236859acf2e5f127879 1.97 MB 2,402 8
889,508 889,508 000000000000000000022f053967c91e463a94af6c11eebd85966e8f92d551f2 1.89 MB 2,053 6
Previous 10 blocks ↓
Total Size: 769.31 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,642.74 GB sent, 94.46 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.