Memory Pool Memory Pool Refreshing

3,862 transactions
1.87 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
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,390 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (603,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
304,385 304,385 0000000000000000280cf638b101858de241fe7d1027ca9638bacb1361fa14ff 0.50 MB 859 32
304,384 304,384 0000000000000000251418f2fa887a29cc80511ed6e787ee160bf7fbc28c7041 0.35 MB 739 28
304,383 304,383 00000000000000001697bc97af9dc044c3eb2838a2ccf72b5d7bba5b1043604c 0.35 MB 1,007 45
304,382 304,382 000000000000000006ed634f9690b04a35e96c730836199d63d7d7d64a8b9e7e 0.24 MB 524 35
304,381 304,381 0000000000000000149c833de6b5e683748d7cd137939e37bbd031aee1377874 0.60 MB 1,147 28
304,380 304,380 0000000000000000140afbb74d62296aab05d0e3c873a48688ec2a20d61cb83b 0.03 MB 86 16
304,379 304,379 0000000000000000140f51ee722cd043b14467338de97c8ad688e2de5fb09969 0.22 MB 418 29
304,378 304,378 0000000000000000292ea5f672d140358af8d8ba773a4681dd45fc1cbd4498ca 0.32 MB 555 31
304,377 304,377 00000000000000002676d68bf5b645d5f9a8dab22334d069d8f64ab906f8aacc 0.04 MB 94 31
304,376 304,376 00000000000000002974cf161d2179966fb063ab1aa6154b21b520744aa3c57f 0.33 MB 217 15
304,375 304,375 00000000000000002e9014b97aa6fcdae10b23d5e26085e67cd551b64c055624 0.35 MB 315 18
304,374 304,374 00000000000000001a7d55fa9b675affb8aaee4009521c9c4c4f7c2a7d34741c 0.35 MB 764 37
304,373 304,373 00000000000000001f33cfec723b6b0c86cebd3cabc8485267d8da2001080d12 0.50 MB 833 27
304,372 304,372 0000000000000000518431f4ee57c5d495b9e3d29b9862848f9f55611afa35dd 0.75 MB 1,843 40
304,371 304,371 000000000000000007473b7b9ef30d6baee0d2884cb435b2fbb2cee4dabcf890 0.75 MB 857 19
304,370 304,370 0000000000000000320639e3ce180750d1a634984c276c5f2c7cb3b101dc46d1 0.35 MB 873 41
304,369 304,369 000000000000000037ef61aba4f91d3acfd07ad115a61910cc3e910b87155bc9 0.24 MB 468 234
304,368 304,368 00000000000000005325b88bd66f11c1186edae677883e5d52ccdf3f1dcf00cc 0.08 MB 129 20
304,367 304,367 0000000000000000545fc91839a2e5b9bb8ef83441d0e51797aa254255781776 0.32 MB 629 32
304,366 304,366 00000000000000001d9302698c97d65d63dcfc8e3c618367081ddfd12156b4a6 0.77 MB 1,503 32
304,365 304,365 0000000000000000294494a78b9bb420c90cab3d2d7f00e0441db5bd80b67ed3 0.36 MB 706 32
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.13 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.