Memory Pool Memory Pool Refreshing

9,760 transactions
3.00 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (40,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
867,545 867,545 000000000000000000021d9fc562e5a31992958ca384198912159ae906962f2a 2.11 MB 3,278 6
867,544 867,544 000000000000000000018a8d4688d193b654c2e5b6063f811861d37ace8a66cb 1.76 MB 4,780 3
867,543 867,543 00000000000000000000a048a1777a078fa65b46dbe919ec207cb24d4272dd93 1.93 MB 5,376 3
867,542 867,542 000000000000000000003fb6701be7e9b42e4bf355890a2778243cf57c13b992 1.63 MB 6,060 3
867,541 867,541 0000000000000000000058c18de6f4f14db4bc3d48a43010b666b9e6285785ad 1.89 MB 4,435 3
867,540 867,540 00000000000000000001606b7740d170a50d5d688a863defb0dc1980d4e45894 1.65 MB 5,288 3
867,539 867,539 0000000000000000000127e5ba58dad6163e898164c6201dee095e49f1a3d236 1.56 MB 6,894 2
867,538 867,538 00000000000000000000745b6feec86ebb0af1b12b51febaba811b096237542d 1.61 MB 3,364 5
867,537 867,537 000000000000000000011b2d399a04a3cf4a607c3b472edf2f531a0589a1006c 1.85 MB 3,755 6
867,536 867,536 00000000000000000002071ecb60df1489d44035307b8adb07e733b74ae2787e 1.72 MB 7,071 2
867,535 867,535 00000000000000000001f7c398ed15c1630fdf16d680e49a838809ef0b58f4b5 1.84 MB 5,329 3
867,534 867,534 0000000000000000000206e2c82b7dd36e1854572059db18ad3c66245cd4e8b8 1.73 MB 5,095 3
867,533 867,533 00000000000000000002cd0dffaad14258bd0116ac114cab35e51b1d76b60744 1.61 MB 7,546 1
867,532 867,532 000000000000000000024729c2915aafa35adf558b0646c6cd85b6a1c6f528ad 1.88 MB 5,056 3
867,531 867,531 00000000000000000000aa82a1c20534a3f9e23f3fa01bdc5fdab36864298050 1.64 MB 5,205 3
867,530 867,530 00000000000000000000acc553d2445258218dcdb7bd52d8525dbf0227bc7bd6 2.11 MB 3,579 3
867,529 867,529 00000000000000000002e13913a07aa1d1b2706fa19c33204de0683bb6420fc9 1.62 MB 3,644 5
867,528 867,528 00000000000000000000ef591c828c3b3563469742ae79d8a37d77d20a750a16 1.72 MB 7,203 2
867,527 867,527 00000000000000000000742c34194e80ecc6f65ca866813f01223f6aeeef9a0b 2.08 MB 4,048 2
867,526 867,526 00000000000000000000fc771d01b481064cdfbff9956d6aa425de242e326f9e 1.65 MB 4,386 5
867,525 867,525 00000000000000000001a2ec02f2ee1d5656ceac2aa348520842ec23ead7c8cf 1.77 MB 5,790 3
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.41 GB sent, 92.91 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.