Memory Pool Memory Pool Refreshing

5,274 transactions
1.60 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,697 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,616 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (48,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
859,270 859,270 00000000000000000001f1a23a5fc0d7efa561ef083d9bf99b8c43493469c631 1.44 MB 2,572 6
859,269 859,269 00000000000000000002bff8c7f2ae6b00c889d4f68f174644c5a52606d85914 1.97 MB 5,201 2
859,268 859,268 0000000000000000000209779130e039276bffa3b328af763a06bfcf1f1c55bd 2.73 MB 1,680 3
859,267 859,267 000000000000000000015cb884f686405b5b5a495f61e1960c83d5de9e206146 1.82 MB 2,792 4
859,266 859,266 0000000000000000000292fd6c98d7e1c3c1a7ccf17c07f246295d83d2a1a341 1.67 MB 2,943 6
859,265 859,265 00000000000000000000dd8df052d56bd4ca43f153f7188fb6ed43998d69f5d4 1.63 MB 5,106 3
859,264 859,264 000000000000000000002ffdec0529a38cbf2881453fb9f1b0522ec3b329f9eb 1.69 MB 6,346 2
859,263 859,263 0000000000000000000292943226adf5cb5fcf8588bbfca748ce44d8059e2894 1.63 MB 7,241 2
859,262 859,262 000000000000000000025344b52923edfbf9ac8ecefb7c8651b9d3644959088c 1.59 MB 4,920 3
859,261 859,261 000000000000000000023dc77c63451f97f70a8503544c8f201a34a93babebb2 1.60 MB 3,837 6
859,260 859,260 00000000000000000002c5c5e510942d2d0e0bf1239f2222ce49a2279f57e496 1.66 MB 6,604 2
859,259 859,259 00000000000000000001f9915718291b79c15809a18915af464bb532f4f42454 1.51 MB 6,961 3
859,258 859,258 00000000000000000002406a2fcb6571726d77a50af9b0695b5e72113423dc0a 1.54 MB 7,651 2
859,257 859,257 000000000000000000017f4a03895fdc0c6b699d92453242795347a9fcc0e7dc 1.58 MB 6,366 3
859,256 859,256 000000000000000000025ce915b95cb2ba8c57446f11b57f2445b11a0d5c7142 1.67 MB 4,166 2
859,255 859,255 00000000000000000001ed5a5c941706b865dacf7b13a4583c6bed45b5dea0de 1.77 MB 3,085 4
859,254 859,254 00000000000000000001fb984312f8c9a951b3d33b3444a5ae8f497945567026 1.60 MB 3,629 6
859,253 859,253 000000000000000000014366ae30873c89a933d1980e4ffaf6f79d2821b67d0e 1.70 MB 3,566 4
859,252 859,252 00000000000000000000109d8dbdd43add3e304cbdbc630589052595a4ebed4b 1.33 MB 2,179 9
859,251 859,251 000000000000000000026a04c10b627ad758ef38917a9aa1031331a99e0add49 1.65 MB 7,734 2
859,250 859,250 0000000000000000000247f3069756e4cb4d00bcac7e9d8f6260867d217c0cf9 1.81 MB 2,926 4
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,615.98 GB sent, 92.70 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.