Memory Pool Memory Pool Refreshing

3,236 transactions
6.29 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,260 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,692 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,259 (879,271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,988 28,988 000000009b13754ee099077fb929946c9b09f6a752ef72fb6af9d3486808f318 0.00 MB 1 0
28,987 28,987 00000000e08bcc29532470264c887fc6d99343cc041c959c7c4619b672249f01 0.00 MB 1 0
28,986 28,986 00000000f04a88a99f954d41d6d2ab1262f353b9cc5c782e70f7abecc01f5ad3 0.00 MB 1 0
28,985 28,985 000000004ae81d137d5f180dfcd473e4850f5099b4cb1fe1521a784daed03c39 0.00 MB 1 0
28,984 28,984 00000000afe5f41fff0df9348559430600ccab1b9805018536caaeb47fa2d81f 0.00 MB 1 0
28,983 28,983 00000000d1d5c2eddbcbed13345336e288b2e13b889ec4bf439199f716bc1a17 0.00 MB 1 0
28,982 28,982 00000000eda4d05016e81bdd343e315d75e7f93d78bc375f9db386878d4a7ae3 0.00 MB 1 0
28,981 28,981 000000002f4b120edf7f3eab356da609f649c1ff8df6cb5f066b811cd88480a0 0.00 MB 1 0
28,980 28,980 00000000aa20e4c8f2ec384331a313a0ed07ac56932a84fdc6b4b16081530c11 0.00 MB 1 0
28,979 28,979 00000000c4610a719a828775675d75d3cc76221cf1c49743b9208a3306fd04dd 0.00 MB 1 0
28,978 28,978 00000000745efd53cfeb40bb2bc9a7b6097e0a3379af644dfe420d6538919d76 0.00 MB 1 0
28,977 28,977 0000000054194ae8d6fbe2072c2f2d786f32acf1bb5fe4d6c9bce8a8e2c59cf1 0.00 MB 1 0
28,976 28,976 0000000065ff11c61677cc1c20e40d0d0283a8f809e80d6097204f587269b7b2 0.00 MB 1 0
28,975 28,975 00000000170fa592a92a16d72925813c55bbd2beb247eafc2172e66a1c35b086 0.00 MB 1 0
28,974 28,974 00000000cdca7d8cb34225d2179377a0e33e1b2cc2469d40b8fd079d4c46cb21 0.00 MB 1 0
28,973 28,973 00000000b2839036d70dd73b48208d1e43b78d0ab56a72b23c1f2d373bc1458a 0.00 MB 1 0
28,972 28,972 00000000ebe37666cd73347b630e8410856a346fce5109bc9bb5cdc549c92e60 0.00 MB 1 0
28,971 28,971 00000000920cc3643773121fab8b63ae2a576e6a960dd7f37a2d50fe986f884f 0.00 MB 1 0
28,970 28,970 00000000a26f69b2a718f7a617de8ac908ec33641d361b36f0b749f19a404c60 0.00 MB 1 0
28,969 28,969 000000003f0d163ae1b2f86c7896c35dca3286afa0bfdb6176fb765b98867da0 0.00 MB 1 0
28,968 28,968 00000000d0b16f32b6c4d91fe337e5885af56367ac010381234eb2eb246d4d0a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.08 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,691.28 GB sent, 98.07 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.