Memory Pool Memory Pool Refreshing

8,283 transactions
3.81 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (373,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
534,342 534,342 0000000000000000002b071e0de0d4b85842d453e6e923dfe64716591fb48132 1.15 MB 2,680 60
534,341 534,341 000000000000000000053302b63667f4d91478dec8a74206598300260a64fbb5 0.18 MB 457 35
534,340 534,340 0000000000000000000485fcd06a234e7fbd13ac86075d2c703a075709e66de3 0.72 MB 1,686 20
534,339 534,339 0000000000000000002bd8a0b799d2ec61f5e5d400b1dc087f5c6ea0247e6b91 0.11 MB 134 6
534,338 534,338 00000000000000000026de1443d7a8aa928f9fe5965396112fa61647f7410fc9 1.13 MB 1,859 13
534,337 534,337 00000000000000000025f20c280b1326dee3b8496909d65a02c0e50947c2fb16 1.14 MB 2,483 18
534,336 534,336 0000000000000000002064e78eee8cce2893a010ef2759c5d6e4992ec0b6c7da 0.21 MB 508 27
534,335 534,335 0000000000000000001c0414eb0a9931bc9688ad397eb29e602be5c3ebcd4880 0.11 MB 266 14
534,334 534,334 0000000000000000002708a0a1ec016a929641b004c521f139d903ba47eff4f3 0.72 MB 1,792 16
534,333 534,333 0000000000000000002c3c9dffe57c0f61295357b2bd21521ac52c48b5a868a2 0.56 MB 1,138 13
534,332 534,332 000000000000000000042e8d400a1b6b3d659ce662e218f1e765d0117d154878 1.16 MB 2,781 35
534,331 534,331 0000000000000000000993ae4b858fe6d9a58d886cb39062484d904e17c5c980 0.14 MB 367 24
534,330 534,330 00000000000000000012d7f427919c6a290dde5744d5ed1a4f1549b16191cc48 1.06 MB 2,685 29
534,329 534,329 0000000000000000002b6520d0ea3c0a30c03cdab1d74ae1621aa9591a4ec9c0 0.85 MB 2,048 15
534,328 534,328 00000000000000000015b18ac78bea1641a1b00045148d823e0e08a0aa3a7184 0.09 MB 154 24
534,327 534,327 0000000000000000000eb410b7f5507daafa95abc201d463ecf923b479e8c6eb 0.71 MB 1,280 14
534,326 534,326 0000000000000000002c59407069d5b7b113eda4fd1d2944f674e176854478eb 0.35 MB 718 17
534,325 534,325 00000000000000000020dad5b316fdea6b18bc4a02ea6f81495274920857a8a7 0.06 MB 59 7
534,324 534,324 0000000000000000002f3c26d3ed7418c494005cb9f3305b90845913af199af1 0.44 MB 555 9
534,323 534,323 00000000000000000008e7cb609b893a58f2c4bc0a8346d7b2544e1634bb7769 1.18 MB 2,940 25
534,322 534,322 00000000000000000012a85d2b29974e588379f4bd2277163045b01a4ad78aa6 0.01 MB 39 29
Previous 10 blocks ↓
Total Size: 769.03 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,624.92 GB sent, 93.01 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.