Memory Pool Memory Pool Refreshing

1,835 transactions
18.96 vMB
Show Random Selection Loading Transactions
Max Size: 77/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,324 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 1,645 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (832,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
75,534 75,534 00000000001df75b88bc973d1c46a1f89d9062fd982f16bf74cfd84335572afd 0.00 MB 3 0
75,533 75,533 00000000004185dbbd40e966809077a9b7663a0592c2edd394152ad70ec91def 0.00 MB 6 0
75,532 75,532 000000000068260838ffa36418502ae747fd3bd5c5001e5406dcdc6214f456fc 0.00 MB 1 0
75,531 75,531 0000000000783fc194dd2fedae6668363c0179a5c1c9be7c36dea54e56811af6 0.00 MB 4 0
75,530 75,530 0000000000216f0f81cf03b6d963446957b5003aa421b125ee4230c0110bf852 0.00 MB 1 0
75,529 75,529 000000000007adf62af73ca112e3074a1f53bb1e508f358ac889af8cd7954cd2 0.00 MB 3 0
75,528 75,528 00000000004884f4373ee4891b31fa71870260d19556f459f9ed65b7c826df70 0.00 MB 1 0
75,527 75,527 00000000005a1fd78059547b9c3ff30ff0d67871930d206b41c28819a64a5bea 0.00 MB 2 0
75,526 75,526 00000000000f10afe6584a705d8fecc3d74d030ff8e29300a20af9e444b8c326 0.00 MB 1 0
75,525 75,525 00000000001c76503d337fe0094488021f65df3a3a3e8bf09e34a76571766e2b 0.00 MB 1 0
75,524 75,524 000000000045e94e007fb8278d3011bf020d9e9cef943b3354a015883af46295 0.00 MB 4 0
75,523 75,523 00000000005dbaec0cec7038483fef055b26d986c775260a68c2c890ddb7430a 0.00 MB 1 0
75,522 75,522 00000000004d4fbffc896a0aab160b64f048b4604a34b9266d72f7f803c5b2fd 0.00 MB 2 0
75,521 75,521 000000000037ea9009e3c3f4321ef0ff3c5a0d10940d7e116756b7fd42f4f95c 0.00 MB 1 0
75,520 75,520 0000000000227939af39eb5cfae1d65314f8327c5aee7aec846c398282ecf173 0.00 MB 3 0
75,519 75,519 000000000010e2d1ba2355551abf395c19c9c58afcd51719182799385bd4e936 0.00 MB 1 0
75,518 75,518 00000000000c4acfc3937f884346068cf223cb9f3d8339003966d1823c8adf48 0.00 MB 1 0
75,517 75,517 00000000001bab9372f5e23faeef0c663f4961ad2bfa90ed4a25b80705600fe7 0.00 MB 1 0
75,516 75,516 0000000000191b4f67622b46120f596f8909cee22292e22498b048ca989c9c4c 0.00 MB 1 0
75,515 75,515 0000000000591f6515096d841b89ddcaa77f0847d038a0922822dbb88e232d33 0.00 MB 1 0
75,514 75,514 000000000024e677b87b1e3ebdcedc7175be7bd0ef18f3027d43ffa49463e99d 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.25 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,701.25 GB sent, 98.66 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.