Memory Pool Memory Pool Refreshing

8,201 transactions
2.16 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,709 (629,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
277,749 277,749 00000000000000027b92e61594fe46f6fbaae0aa3da0c5009f2827355afd3f6c 0.26 MB 472 78
277,748 277,748 0000000000000001929fb9e6fc8caa652c7aa22265cdcf2244760df3b9e7735c 0.15 MB 212 40
277,747 277,747 0000000000000001e2c6116cc448baa8be6024ab53e407627f886c25914d9b69 0.04 MB 46 17
277,746 277,746 000000000000000131b154c8b2f844ad9ec55bbce3a4932039712032504881e8 0.15 MB 93 5
277,745 277,745 000000000000000287490d3915f4dd46c767a861878effe65f2f3d9cd76c95b0 0.11 MB 188 43
277,744 277,744 0000000000000002f96e3ce5d992982bf2fc83ecb14ffd4c9367287faf1547cc 0.01 MB 38 34
277,743 277,743 00000000000000018ae4ce142477dd18d0240129d8e787dabaa0a72181ded740 0.37 MB 524 30
277,742 277,742 0000000000000001a0a6f899c7d88616ea7a23a75128decf1fd2489e38086fc9 0.46 MB 396 24
277,741 277,741 0000000000000002cc2f154cdc6e720b22d1524cd1fb59bee25e51dbed3dd19e 0.31 MB 103 15
277,740 277,740 00000000000000038a3c00124ed1b14c12352d9da2953e949f7ca8298a27a391 0.25 MB 252 20
277,739 277,739 0000000000000002a3391b7fcdea9d2432ec4b0b8beaa12c60240af072cc570b 0.50 MB 494 30
277,738 277,738 0000000000000000e316848dc08b935818e6eed952e1124765637807b841ac46 0.02 MB 5 20
277,737 277,737 0000000000000002339e2c6a25618cb41a55c138752c4fe73c4ff67173ad85bc 0.25 MB 484 48
277,736 277,736 0000000000000001f5bd505ed2705152cc34833675fede6a350786af638fe6c4 0.07 MB 111 68
277,735 277,735 000000000000000188a0474f893ed0b497bb0fe7112de88f7f32cf576d98a2e8 0.37 MB 741 38
277,734 277,734 0000000000000002732542cc53ad192b51e11154de428ef65aa29c69b04ad9b7 0.02 MB 49 43
277,733 277,733 0000000000000002bd5a035818341880f7d5a1fa01c2075fcc936f385fd6f360 0.02 MB 47 19
277,732 277,732 00000000000000020294e5719e05f668dc8a088a7d64d41f3d27370b57f93773 0.22 MB 235 26
277,731 277,731 00000000000000006d36f98acbb18daa3bc8e24e6293eed67b7f3b3453b25065 0.25 MB 485 37
277,730 277,730 000000000000000019a50af10ea95ccb2bc1c38a1ef702361f477d7d5c8a6c12 0.00 MB 1 0
277,729 277,729 00000000000000008f7c00691ccfd24ca609809b6ffee7a47efa7c3d8803ff33 0.25 MB 741 65
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

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