Memory Pool Memory Pool Refreshing

1,024 transactions
0.25 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,601 00000000000000000002349e0000000000000000000000000000000000000000 0.24 vMB 1,018 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,600 (812,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,138 96,138 00000000000781e6c8dacc3ad4b9bee9774f11b081f264f4a852d14b55f9f421 0.00 MB 1 0
96,137 96,137 000000000007ae6a2522c65147f3c9cab62024636d8f9b7a6a148db248f394a8 0.00 MB 1 0
96,136 96,136 000000000004f616e664956f32cb96e4c8ff2cc764c8faf232bd33df8f9f0885 0.00 MB 2 0
96,135 96,135 000000000000f12a8880e5069629b1440862c50c0b8cd3c66d3096468f24b9ad 0.00 MB 3 0
96,134 96,134 00000000000072004b561a5d98d5b8960b816211657eb18d960215137702e98c 0.00 MB 5 0
96,133 96,133 0000000000022ca64c37779f9cd7dcc48889c55ae809b78fd260e7a6a16d22a9 0.00 MB 4 0
96,132 96,132 000000000004e9f49f35f09e0aa0d53de9dae878492b0911e3e21613a6deca7e 0.00 MB 3 0
96,131 96,131 000000000006e09b9dbc0d1709848a070916abc91693898c89a4ba761ea23107 0.00 MB 3 0
96,130 96,130 000000000004c4c451a34419c018fd1d667d6cf84f32da9af883e22dba77b743 0.00 MB 1 0
96,129 96,129 000000000005f968956e00246038856144ceae9585d044034b661ff8ef263995 0.00 MB 1 0
96,128 96,128 000000000000016cb01e1452ba6b70431fbf7f8d81ee9c11ea8b5bfca1c7489b 0.00 MB 2 0
96,127 96,127 00000000000146620cf473cb01bd296196d40fb7fbd448eceedf1cf6ad2d9266 0.00 MB 2 0
96,126 96,126 000000000000b43f35aeb5d78839cec40335600e1b66db39e56a5b0c73b4cfec 0.00 MB 1 0
96,125 96,125 0000000000014970801e21ccdbcb0ce705993978803adf854a58c4ee360a03e2 0.00 MB 4 0
96,124 96,124 00000000000300f0d38bd06df495d3262f7d7c85de8a96135b7303bd6ae6423b 0.00 MB 1 0
96,123 96,123 0000000000008342b7ede08dbe2dca7357c070a62914a32ec24c00eb4952ca32 0.00 MB 2 0
96,122 96,122 0000000000032f96159c1cce86343109a6361f39def74672bf70006a45058227 0.00 MB 3 0
96,121 96,121 00000000000525bb76402db27b8307355925fa65bb0c126ad6d4222485514f85 0.00 MB 3 0
96,120 96,120 0000000000058597dfa39fe527b507b4048cad33ca1e129664136393ef26ff5d 0.00 MB 1 0
96,119 96,119 0000000000029d6a686f0a7ca69e5fb9d226e4b2c64daf36e2da0710a14a17b5 0.00 MB 2 0
96,118 96,118 000000000002441e348dda5d4fc32d8140da9c4f035b5ad6851e449695c45fea 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.53 GB sent, 101.03 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.