Memory Pool Memory Pool Refreshing

3,141 transactions
1.31 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,872 (650,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
257,503 257,503 0000000000000009a46028136092474fecb71d56c4294258fa51b2765d067df9 0.02 MB 34 94
257,502 257,502 000000000000000794899090701e758916564b7e0329f140f169bebbb0214730 0.04 MB 106 99
257,501 257,501 0000000000000001108d121eec0c1f35f43b877afe224b4d3456dc69e11dd3d4 0.12 MB 280 115
257,500 257,500 000000000000000e433cb15319913760d427153bbeb15bb99b169ace48389ece 0.02 MB 32 84
257,499 257,499 000000000000000a2e4e1dd5ad5847c0146535e42e13b8e01442abf667c0f498 0.13 MB 270 97
257,498 257,498 0000000000000028163252ee821e7e81c46795be971e00b65d8c843c78fafe69 0.02 MB 49 88
257,497 257,497 000000000000000532eddf42d8850ebf4f81e1b93eb9646577b91c5d99a62abc 0.02 MB 33 55
257,496 257,496 000000000000000c21fcc8344b26294b4a5d04767e66e349d3674db415a40568 0.02 MB 41 98
257,495 257,495 00000000000000001024ed60c2ba73e0889559327055555142adc48db1ba9864 0.07 MB 141 82
257,494 257,494 00000000000000047138b1f1bfe205c0dce919c773f61034492a25aea5f229cf 0.09 MB 199 103
257,493 257,493 000000000000002ae37ac75a028186d21296a5333db62d9f2a9b50d838bb9f8f 0.23 MB 550 96
257,492 257,492 0000000000000030dd50bc4079ff6756b41c14f9ea0052925fbd54766ed5fde3 0.12 MB 325 110
257,491 257,491 0000000000000016e8a22107bc00813a252ec763aaa15c68f1a049cecfa492d0 0.16 MB 402 94
257,490 257,490 000000000000001df8f080272d9883816f6a32bf85dd46a2f63effb33dfdf163 0.23 MB 551 102
257,489 257,489 0000000000000019d9e2c3034d83c605261427e62562adc4c8c70fee7b0c65f5 0.27 MB 587 103
257,488 257,488 00000000000000142bf9f147992bdfdf69c592bf23f2c2630519dc1f43c045b2 0.04 MB 101 104
257,487 257,487 000000000000000766ba3231cbe736999293b8d522f0fc37ebc8f1cd58cf32ad 0.30 MB 597 98
257,486 257,486 000000000000002ffac69ba7aacdd96476c4151b341f07a2c6013ba85d515fcb 0.06 MB 101 44
257,485 257,485 0000000000000008490c05998f5d9a6aada36532c7f75b2799561383c8663881 0.11 MB 356 122
257,484 257,484 000000000000001aafb9486a0b4cc40b3b69379b39310fa72fbacac1e17d5ae8 0.14 MB 319 82
257,483 257,483 000000000000002158f3c9d19e3575f416880e86fb235dea2b2b74125528a042 0.07 MB 114 72
Previous 10 blocks ↓
Total Size: 769.30 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,642.71 GB sent, 94.45 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.