Memory Pool Memory Pool Refreshing

8,066 transactions
2.43 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
905,822 000000000000000000023aa60000000000000000000000000000000000000000 ago 1.00 vMB 3,544 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 905,821 (708,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,350 197,350 000000000000031416e0be99df690c86a85395fffe00aef11e25f094c6ce57ae 0.23 MB 336 155
197,349 197,349 0000000000000570d06aa3396daa28ccafbb4475a083fd2fb4508ccccac74c3b 0.23 MB 535 219
197,348 197,348 000000000000045ef11299a38d3c0c82fccbe61293a531ccfd72a0c27dfb7b4a 0.00 MB 7 3
197,347 197,347 0000000000000391cb419d2e3e933cae93eda243c5fab23128cebf9113382fe5 0.14 MB 344 134
197,346 197,346 0000000000000422aef28d866504753be81011a52c5a161f6cafd0fb2838c0d8 0.02 MB 55 146
197,345 197,345 0000000000000183d8c9e62742e81797a8cb4f161086fcfb30198a265fc467a6 0.04 MB 122 111
197,344 197,344 00000000000004b73bc7a1b9c91983d324ed986f1abd40a2f176cc0d15edcd9d 0.35 MB 1,024 42
197,343 197,343 0000000000000251e756b80d316b77bdff4ecc342269053e1268de929d495580 0.02 MB 45 128
197,342 197,342 0000000000000634d0f5e71e10fcd4f73f4a72ad16aa84d7af2b7214f3e5d466 0.29 MB 489 108
197,341 197,341 00000000000004db49f84427feb1b78c8e8aa6b9e248b62ce10b136e0b14bee7 0.05 MB 130 150
197,340 197,340 00000000000006ccefbf33dab492d4037c9150fedb26e4adcf0256604a5a8bc0 0.25 MB 641 207
197,339 197,339 000000000000064b0393858959fe4f47c043e9fe99c8df379a57dd5dc121d09f 0.03 MB 51 193
197,338 197,338 00000000000003dae1ad6152ff5c9793d0e48f1c82fc3f71fa63ce2e66ecb353 0.09 MB 154 155
197,337 197,337 00000000000002776a96db0b5b00970952c383f768c1a0e0d51a6f7c43a030ae 0.13 MB 271 153
197,336 197,336 00000000000004f8ac37cd3b07062a6a8c488093815aad44ac351624d0ed6550 0.00 MB 12 0
197,335 197,335 00000000000003e1c7f116eb6d5e0ce6ce289de9f94634b835d094c50d69f713 0.06 MB 194 165
197,334 197,334 0000000000000594f91b10c21fda04571677b3b34e8ababb17ad5972fddf557e 0.11 MB 256 83
197,333 197,333 00000000000000af8e48bdd5256ab6e0e8dc6481dbe3e525e2f31f1070c43158 0.38 MB 1,024 96
197,332 197,332 000000000000023aae1669567a8c33dc1b4dc9cf9a2feb69847c8e955096ff3e 0.05 MB 134 78
197,331 197,331 00000000000006dd81004482764466399231d7b6db605c993892d5f272a8030d 0.04 MB 145 7
197,330 197,330 000000000000043468785070886ae3e14d86381ca473edd6e36da192d06a2ffd 0.07 MB 170 119
Previous 10 blocks ↓
Total Size: 765.60 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,360.93 GB sent, 75.26 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.