Memory Pool Memory Pool Refreshing

18,732 transactions
5.98 vMB
Show Random Selection Loading Transactions
Max Size: 35/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (587,136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
320,583 320,583 0000000000000000149ef417868a4d9d3ed40bedbf9383ceb708ceb28fbfdd8c 0.14 MB 293 27
320,582 320,582 000000000000000013e6b629903d4f4fcbc53f35e4b6073074ac8f95c13e1a01 0.08 MB 118 19
320,581 320,581 00000000000000000327f1c5f0571d68eff73b7d1c8d7549f070f9157151fd90 0.11 MB 215 27
320,580 320,580 0000000000000000206616b006d209d7f0352eda6ff88b492cd37719a471201e 0.48 MB 842 27
320,579 320,579 00000000000000000fc9c0fb310d89d237f8f0c5ea7f0f1e48844f4a19604395 0.11 MB 230 30
320,578 320,578 0000000000000000041f24371c0c1bd49f49712797f075e311c5ca732e451e81 0.39 MB 535 24
320,577 320,577 0000000000000000192237a48e810f156c42b4ccee8eb9e5c4ea581f60b4cf10 0.05 MB 84 23
320,576 320,576 00000000000000000cdcc3f42e54af7ce7f432ed14e421fd4ea1f1f14e3ef7d5 0.21 MB 308 26
320,575 320,575 00000000000000000e2ed6263d2210f539188c1bd53a8e936a06b0e2490dda0a 0.07 MB 102 23
320,574 320,574 00000000000000001d2f873a2b598937ffe301c81338db38061290f5d333ef49 0.02 MB 33 9
320,573 320,573 0000000000000000173bc28ee9137e7665e9670d40d3e8a31ff11e0811cb9d31 0.05 MB 127 32
320,572 320,572 00000000000000001967d15ade7af40deb324b281a9c591f4ce02cf91d56bbfb 0.51 MB 982 28
320,571 320,571 000000000000000020a38818ac0712b1012961b33846acdae7ff5a7448c3ab22 0.66 MB 1,396 28
320,570 320,570 00000000000000001bce28e851f122aeb57047885525e8f4928c26ad973b44cb 0.18 MB 336 22
320,569 320,569 0000000000000000079469011920e2b01a66c2edcf2f584241513e11a61de2df 0.06 MB 153 16
320,568 320,568 00000000000000001cb529c7977aa87530e41b8034b89e3d9383f3d75a9f83e3 0.37 MB 659 27
320,567 320,567 000000000000000014c69eb791b9d7c1196b6a79d2e205a415a8e0b6b7dc522a 0.06 MB 173 15
320,566 320,566 0000000000000000214883d34de2203c1326a364c8d558ff5c450fd8ac5aa384 0.54 MB 836 30
320,565 320,565 000000000000000022c03894007348fab33639a21201cd98f8589863be52e8f7 0.05 MB 112 37
320,564 320,564 000000000000000000b44f3041750f8d76f3d87dde74e65cb2f05f385e011d80 0.19 MB 312 23
320,563 320,563 00000000000000000e2a646ae9d94ac5f36108a47a565d35acfb4996514df206 0.05 MB 41 35
Previous 10 blocks ↓
Total Size: 769.02 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,624.39 GB sent, 92.99 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.