Memory Pool Memory Pool Refreshing

8,116 transactions
2.71 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,324 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (108,307 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
799,536 799,536 0000000000000000000493356b6499c43513114e23c2dc21dc5e7b1a6d44e2e0 1.67 MB 2,619 16
799,535 799,535 000000000000000000037805b479cd64641225e4dc1cf9afc4b5e1afa86e1b78 1.34 MB 2,083 21
799,534 799,534 00000000000000000002006a7d82e73ef31d11ac0f4e98cccff5055aba21fb29 1.52 MB 3,722 27
799,533 799,533 00000000000000000001f8da5bd0721082d0803258482619d4ce3d46644b2578 1.69 MB 2,649 17
799,532 799,532 00000000000000000004ec9e2808bc5673d9add4d882dc1c98b135fa6c0c6ebc 1.41 MB 2,602 23
799,531 799,531 000000000000000000043634af3fd2027fc71bdef329c6d0654fa5bb5d948ef6 1.32 MB 1,447 14
799,530 799,530 00000000000000000003e5617ea22b158c50c62f13fe873167d5ad2bea3290af 1.53 MB 3,222 16
799,529 799,529 0000000000000000000470107118bd9021326eec3a9580507c2b0c4d794b8432 1.54 MB 3,909 29
799,528 799,528 000000000000000000001ba283fe06312b07e2497155676c569cd936ba08cb78 1.83 MB 3,677 7
799,527 799,527 00000000000000000001d641d58a4f0c6ac147ad8f9e04826968676b72562685 1.73 MB 2,947 12
799,526 799,526 00000000000000000002d5b76ded84ef7ee3dabcaf93aa8d8db715fc41430f63 1.35 MB 2,462 17
799,525 799,525 00000000000000000001393c2840335e2349d813f9642ee9130723569c72e7ae 1.49 MB 3,083 27
799,524 799,524 00000000000000000000a1373969041207f3ccccc1521ccb89ba9528e53376a1 1.81 MB 3,414 9
799,523 799,523 000000000000000000004d82c25ac1abe3a52dfe872e508f5dcf9a64c0df8fdb 1.78 MB 3,699 16
799,522 799,522 00000000000000000003bba59cedea93c9cc5aefd39a61797a41b8b2f94d276a 1.51 MB 3,160 26
799,521 799,521 00000000000000000004a2b1729e00327c29a30a77a09b326f71508e5767d345 1.54 MB 2,551 14
799,520 799,520 0000000000000000000083f8dd898a4c149d1d7c47bec11503be710f90eae23a 1.75 MB 2,472 18
799,519 799,519 00000000000000000000a49040c0c71f04917f68b3a93478396267100e382a3f 1.75 MB 2,251 17
799,518 799,518 00000000000000000000b7327947acce771676deb54d9455a63d25c988e9a389 1.69 MB 4,143 16
799,517 799,517 00000000000000000001ae547b05ac75f1b349afc7ae47cb5fd87ca3c177f058 1.62 MB 4,251 23
799,516 799,516 000000000000000000044996dcb689659d418df91b1819511635db76dc4aace6 1.51 MB 2,739 22
Previous 10 blocks ↓
Total Size: 769.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,635.14 GB sent, 94.17 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.