Memory Pool Memory Pool Refreshing

9,240 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,870 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (753,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
154,680 154,680 000000000000097a9604b63dec4048a57756eb47a9a26125ae119a4f652696e7 0.00 MB 17 11
154,679 154,679 000000000000033d83746351920e85d9d8c408d1ec708c4d1dc51c3ed23a5dfd 0.02 MB 40 126
154,678 154,678 00000000000003ad7f21ac8bc7b6739aa8b7c579d4bba305e726194da62decf6 0.00 MB 10 45
154,677 154,677 00000000000001fa2e1228bde19175fbbf1c6f686161dfd7203e37f2462210fc 0.05 MB 125 80
154,676 154,676 00000000000005138403395e4b12f48ba33eba835dbf1be02179407e358a8158 0.00 MB 6 0
154,675 154,675 00000000000000bca48ee16d5b545b9d0735f354435c0c1ce427bba6d0e6c866 0.00 MB 3 71
154,674 154,674 0000000000000daaa7b8b7a45c9cbb3c4681d532b88660da5770a844ed9e36b2 0.02 MB 68 24
154,673 154,673 00000000000003a2dc891e7a66b12ff5bec8b10fcfe7fe22b2711ce67ba05ed9 0.00 MB 1 0
154,672 154,672 000000000000086115ce2ffe7a25c82275db96247ba4afb77bbb25517b5b95ba 0.02 MB 41 159
154,671 154,671 0000000000000bbb38387da016a225bb7aafc1739e601df1f59b5abf710e8729 0.00 MB 9 0
154,670 154,670 0000000000000ca753bce251d14368c8ed4363c28c957b53e1c6a635f9381391 0.01 MB 48 77
154,669 154,669 0000000000000b6499595aa076c52b2c75947f1fd26eed5b45cb14a67a591e7e 0.01 MB 32 155
154,668 154,668 0000000000000276486a0ab6ad8f789da971f60aa021fec22d5722c6e5a80b41 0.01 MB 10 266
154,667 154,667 0000000000000751080ba4118ad653dfa3cd374e5201bf54f86cbf0d0a13299f 0.00 MB 10 42
154,666 154,666 000000000000049655ff3d93065781d24eb9776aad5a16bff03ced01049efef6 0.01 MB 17 10
154,665 154,665 0000000000000b7417b8ed5378e2cd93c2a3865f24492cce7587011779768c47 0.00 MB 11 31
154,664 154,664 00000000000004f7c86668fd3e0d6b5c9c8f0a709b0b073554c82942b5702206 0.01 MB 15 195
154,663 154,663 00000000000006d16edfa2b107190aa9268ad5363c23d2dcf911b738643f505f 0.00 MB 10 174
154,662 154,662 000000000000080503ad02d9e62fd495e53ec405da090090c2e664297f045f02 0.01 MB 11 43
154,661 154,661 0000000000000aae39e68c988f7708dd751097aace33795c557f67fc35c591f5 0.02 MB 51 136
154,660 154,660 0000000000000960b8668c5a59ce52737a6303557243dd6790a02b5191a9df5a 0.00 MB 13 334
Previous 10 blocks ↓
Total Size: 768.98 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,616.44 GB sent, 92.72 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.