Memory Pool Memory Pool Refreshing

2,190 transactions
0.78 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,565 00000000000000000002349e0000000000000000000000000000000000000000 0.78 vMB 2,182 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,564 (812,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,145 96,145 000000000006fdca28fd0036a93d7dc6c0e3371f39553a6857dd2beb7e34e145 0.00 MB 1 0
96,144 96,144 000000000005239376e25cebd799c07bdb5fff148dcf891fda97f3e9e4801b83 0.00 MB 4 0
96,143 96,143 0000000000062d3fa16d3569af8bf3f499fe919665770d1fe8ada3f34edc991e 0.00 MB 1 0
96,142 96,142 00000000000406396afb639dde5eaeb5a6ecf2095c2bb6e5e08831c591a46713 0.00 MB 2 0
96,141 96,141 000000000007631d93c7860c654f052a45418574e44c3a7c75afe6b92006a025 0.00 MB 2 4,444
96,140 96,140 0000000000020140006412b79a898b3c64b1955fd16d0228ef63f7500acd4563 0.00 MB 4 0
96,139 96,139 000000000001b260d581fbfa0e78c0dbb23066e3750f256bf667d5b6f021dba1 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.74 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,847.70 GB sent, 100.68 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.