Memory Pool Memory Pool Refreshing

12,333 transactions
3.60 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (503,410 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
404,304 404,304 00000000000000000191d3f3865a47b8699c91f37e8d2fb7d909016275e87171 0.47 MB 1,010 38
404,303 404,303 0000000000000000045dcb0aa8d05cc6cbd4485056458ca2174497d90bce41b1 0.55 MB 1,012 34
404,302 404,302 0000000000000000048e628b95f24fb6fc8df02914ea11cd9c40a153d115db43 0.67 MB 1,036 28
404,301 404,301 0000000000000000041b75baa469b7df94e85ae7d058bccc269c6ea249385fdc 1.00 MB 2,533 41
404,300 404,300 0000000000000000039212b8f7a4c40a8ff3e7db990cb24ab7d324562383d527 0.13 MB 252 31
404,299 404,299 000000000000000000da110344236b2bb6ce1318f06ffbd592c5754a7c852387 0.50 MB 1,101 37
404,298 404,298 000000000000000005d076999e2053a62f9404edca0451eaf871cb3666d66668 0.50 MB 1,157 35
404,297 404,297 000000000000000004f4c7a997049e20bdac8af9a7e13b35a60f194b96eb66ab 0.20 MB 359 31
404,296 404,296 0000000000000000048e5ab08ce4771353345a3aa2e699b724dd9072771eb550 0.19 MB 474 39
404,295 404,295 000000000000000003ae3c2ce0d33ca5100c80da84248395724e5f8e5e4810e7 0.26 MB 587 33
404,294 404,294 000000000000000001c90dce31e9a0d76b248f05cbaabd146fe699e5bfe5656d 0.31 MB 619 26
404,293 404,293 00000000000000000132747c06ffd43423e3c93d0c8fa1d6aae1ee21dc991c9d 0.71 MB 1,454 31
404,292 404,292 0000000000000000025aae2e1e0366a97ec55d68c1e077c7fdebeb59ebd2e3d0 0.22 MB 467 38
404,291 404,291 000000000000000002e436280dc70bdf1bff24ebf22d84a1e47a7d0814adacad 0.10 MB 134 15
404,290 404,290 000000000000000005d276720370c70c48049ebbf387e399f8706d954199e396 0.82 MB 1,820 39
404,289 404,289 0000000000000000035682e4276dc84b5cce2c4cde22a43b81b0ce81dac98811 0.43 MB 1,224 43
404,288 404,288 00000000000000000661781ad66ebda00749e787ffe20e5941f2f1ca1e2baf5e 0.29 MB 170 9
404,287 404,287 000000000000000002e6dede46eccbe68208e278950330c8044f7174f31cf0bc 0.75 MB 1,859 40
404,286 404,286 000000000000000001aade12faa53b44220b732e225cf87d853ade0fe316b61f 0.10 MB 204 34
404,285 404,285 000000000000000005323fc00861624ed559a07e89a856eabea93082ffca84f7 0.00 MB 1 0
404,284 404,284 000000000000000004fb915d0728ee739dd9669460775c341b7aec82aea98554 0.15 MB 372 45
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,621.29 GB sent, 92.90 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.