Loading Tool

Explorer IconExplorer

Memory Pool

41,376 transactions
26.56 vMB
0.05620067 BTC
Random Selection Loading Transactions
Max Size: 139.18/200 MB

Candidate Block

Mining Attempt 10171f2fd920626bc34e158efad1d37048f0953122bb09dd3ed4bbf3d7aac418
Version 20000000
Previous Block 0000000000000000000025449f50590d909b1288ad98721336244ae461997fee
Merkle Root 8a25db823756f30078d527a330ad20ac9ceb311bc133d254aa545cefb88d4938
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,073
Size: 1.00 vMB
Total Fees: 0.00732759 BTC
Feerates: 99.90 > 0.73 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,898 (463,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,796 451,796 0000000000000000004f6fe8579fefa1c3c6fabe1e044ec90b44d2c2e7f515c6 2,743 1.00/1.00 vMB 198
451,795 451,795 000000000000000000ccc04c39cd93bbb597724d473d51c5872cb795d37aa7ba 1,671 1.00/1.00 vMB 89
451,794 451,794 000000000000000000523c3d96d8a0253dfa3d110047e59c99575855005d4236 2,127 1.00/1.00 vMB 109
451,793 451,793 0000000000000000002b543c6c231f01feba57ac951567ec9dcfef295b40980c 2,154 1.00/1.00 vMB 113
451,792 451,792 00000000000000000048abab5cb3c194fc52e7e2d376bba60f6a04988382984a 2,096 0.75/1.00 vMB 156
451,791 451,791 0000000000000000019a3c9ea167488618fcb27b9f9b36f5375c6c6b35ac5477 2,291 1.00/1.00 vMB 97
451,790 451,790 00000000000000000284c8d7d4f465a88cfcba5beee085c70863816b3b7c04d6 2,378 1.00/1.00 vMB 92
451,789 451,789 00000000000000000246d3781fb19c5eb5fc00f7df3fe682a40eb1c1b3826f72 1,818 1.00/1.00 vMB 78
451,788 451,788 0000000000000000016a012dba9681f59e195a40be270668135c1778d8b917f5 2,082 1.00/1.00 vMB 77
451,787 451,787 000000000000000001e3dab847d4abaa712188956ebfdd176b3788b84b79e5ac 1,834 1.00/1.00 vMB 96
451,786 451,786 0000000000000000018a6ebb2e92ba1e9f3eb57bafe345438cda9bb25dc0ae3d 2,158 1.00/1.00 vMB 120
451,785 451,785 0000000000000000007b06517a33ca278cf161cec9a817d9ea5f253ecebd3d87 2,070 1.00/1.00 vMB 108
451,784 451,784 000000000000000000f8cca7618a98bcb42572408832ea4d9b2df4c96eae0f08 2,687 1.00/1.00 vMB 126
451,783 451,783 000000000000000000a5b9029440b180b733c7d1317c3d7f804f7d1c21fb61f1 2,257 1.00/1.00 vMB 119
451,782 451,782 0000000000000000006730ed74e43acf7af7d1447cdbd837d06ddee79de48175 2,252 1.00/1.00 vMB 113
451,781 451,781 000000000000000000417927fdc1215c271929af429842dd1a1d64530adffe10 1,247 0.58/1.00 vMB 62
451,780 451,780 00000000000000000101453a3254097bf2ea61a408a1797249676666f0e65117 2,619 1.00/1.00 vMB 126
451,779 451,779 000000000000000001b31c82061dc044e829561e81fd80344662b2ca8a155630 1,776 1.00/1.00 vMB 42
451,778 451,778 000000000000000001d5ae3959e51548f68cf88e3a3fe7b79af4eb0361b6b3be 1,675 1.00/1.00 vMB 105
451,777 451,777 000000000000000000b09fb23cba6ff61c3c724cd74f6546b48fa09ce62dd30a 1,470 1.00/1.00 vMB 75
451,776 451,776 0000000000000000008a0268b8e5e876dbd0ffdc3df8033120bf7ccafe45e6be 2,274 1.00/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 782.21 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 654.27 GB
    • Received: 14.11 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.