Memory Pool Memory Pool Refreshing

5,175 transactions
1.51 vMB
Show Random Selection Loading Transactions
Max Size: 9/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 ago 1.00 vMB 3,712 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (803,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
104,320 104,320 0000000000020b02d93cf94a0fb6afd1bfc9883ca7ed89caf8ad9b8a73e5d0e5 0.00 MB 1 0
104,319 104,319 000000000001d7c1e71b2f08a414799eddc1b8a11dbef6ef3f01def9761d7377 0.00 MB 1 0
104,318 104,318 00000000000348c74ec50e89873407f7b738661fc16e19940fab817a507427de 0.00 MB 2 0
104,317 104,317 000000000003138b7de2835c11dab2aa083cd6188b7f6ba242bb78a93bb0d962 0.00 MB 3 0
104,316 104,316 0000000000009eb5332a56b728e61dd5c4cfb4acde400fe8a39982aba2adf2fb 0.00 MB 2 0
104,315 104,315 000000000000b0586cd6cb9f3cd9cc64153af234988025125753e47aabc1b7f7 0.00 MB 3 0
104,314 104,314 00000000000151d78b2a211c8bf827ae8165ec16c94bd32518759af5a71d14fa 0.00 MB 1 0
104,313 104,313 00000000000325e34e2532d9efe5955ac011b1bd440fc0882fae4436b7f22955 0.00 MB 4 0
104,312 104,312 000000000000ebe07a696e4d6abf0c0c18113747f099ce556c97b3a0a83a1450 0.00 MB 2 0
104,311 104,311 000000000001daa30f5f5f7cc5fce6252a54d62f53a3175cfda458128a34db10 0.00 MB 2 0
104,310 104,310 0000000000003ec99a784f83d7f0d40449df96c6b2ae8f70eb78301a3cc367c9 0.00 MB 9 0
104,309 104,309 00000000000114a92b42b26b40e6ef1941412757f4019799967324fc7239e8b2 0.00 MB 8 0
104,308 104,308 000000000000d147b761792f7eaf3ec239d8a30ec3afd96e2c5bd519234f812e 0.01 MB 27 0
104,307 104,307 000000000000d24a3eb32df0e4da17488118aa7f5b310dcbc8c7b4a7bec79e84 0.00 MB 3 0
104,306 104,306 0000000000033e74570778b13585ecc7427e69ef79805f96ec5c72a52164f5e1 0.00 MB 7 0
104,305 104,305 0000000000001b3c9657486e85f45369a1ee5876db59cdac2512f216a608dece 0.00 MB 12 0
104,304 104,304 000000000002b8e7c5a3e4ee669293533bfc0122a9302f4e834cd726af193477 0.00 MB 11 0
104,303 104,303 000000000003257c18cd6b75675e3d8d04d0512cb00e9bf17ecbe2a97672a12e 0.01 MB 24 0
104,302 104,302 0000000000004d0c5c8cc4990a84c71f81816b9d3158e19838810c4fae240358 0.00 MB 2 0
104,301 104,301 000000000003171818aff2c702accb7dad2438db83d5731d7153cd777b681eb5 0.00 MB 3 0
104,300 104,300 0000000000007508eec44c56480dc0bcb2d55e754e7f09aa090987839c73874d 0.00 MB 3 0
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.76 GB sent, 94.49 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.