Loading Tool

Explorer IconExplorer

Memory Pool

81,544 transactions
29.87 vMB
0.09195269 BTC
Random Selection Loading Transactions
Max Size: 181.30/200 MB

Candidate Block

Mining Attempt 186edd7d9701dc33cca85d6bf5fd2bceee50f2850e8a2687a9c2edfba9f8a4f5
Version 20000000
Previous Block 00000000000000000001cb55e2e618f7d0b14eff6361ccd981eeb53f94067c6c
Merkle Root ec8278f81fefa41cd04119bcaaa2647b2ecfca8d92617ed59c46975e91d54df8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,175
Size: 1.00 vMB
Total Fees: 0.02424756 BTC
Feerates: 301.57 > 2.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,120 (335,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,625 579,625 0000000000000000001f468c52df9bae037e67951c20fb261dc0514a6684ee93 2,537 1.00/1.00 vMB 107
579,624 579,624 0000000000000000001729fa8626bc92bbed7bff16147c798fc2b6f14c90abf4 2,042 1.00/1.00 vMB 47
579,623 579,623 0000000000000000002534b2ed596e838c6f6284af0decd58fb17c2660d96857 2,567 1.00/1.00 vMB 121
579,622 579,622 0000000000000000000cde42834e365b2006e0c5d19dfd6e8d0f1b0ca736d870 2,404 1.00/1.00 vMB 117
579,621 579,621 0000000000000000001f0868112be5864c29a882feba17a051249a84d6cc21e1 2,252 1.00/1.00 vMB 50
579,620 579,620 00000000000000000009c63dada7429a3737ef670a8cb812dae4f57f2c2f7d84 2,344 1.00/1.00 vMB 88
579,619 579,619 00000000000000000014d4833e7716c4d1bcc7912e1f887b6f103d22213a4996 2,406 1.00/1.00 vMB 152
579,618 579,618 00000000000000000000ee6d9a64f1bc07723b923de8a679cea0fafd840d37eb 2,045 1.00/1.00 vMB 75
579,617 579,617 00000000000000000014702f8b0bfbde127b0d6c1c5bdafc1abcce3d8092ac51 2,320 1.00/1.00 vMB 126
579,616 579,616 0000000000000000001e7eecb14a20387bc83708199c58b26e15e15229ccbd92 2,185 1.00/1.00 vMB 96
579,615 579,615 0000000000000000000c2057c21b228cc8fa6aeac2a1b4c26f7f0ac65c9e01c7 1,995 1.00/1.00 vMB 121
579,614 579,614 0000000000000000000cbd0446a99fbdd36ea6b47c736dfe58bca94251754bfa 1,951 1.00/1.00 vMB 130
579,613 579,613 0000000000000000002172ae506a5c5124dfb1287ac1303c018c8b833fd2da19 1,096 1.00/1.00 vMB 102
579,612 579,612 00000000000000000004faa258a82760beb910cad48e76346db50cc9c105f931 1,658 1.00/1.00 vMB 111
579,611 579,611 00000000000000000025377e8696d89c731af891fd0a05feab35296e86fee717 2,539 1.00/1.00 vMB 196
579,610 579,610 0000000000000000000e9290eedbc619510edf482b8183b844c9fb2d1a1bdd2f 1,821 1.00/1.00 vMB 140
579,609 579,609 0000000000000000000133e9bd9c54a25a626cfe09df5ea2126c3a70c3bc5cf9 2,455 1.00/1.00 vMB 49
579,608 579,608 00000000000000000020744adae7b40a354f7e1093c49712f76455dcb34992ec 1,072 1.00/1.00 vMB 153
579,607 579,607 0000000000000000000875dfbdd1ad76dbcd11f76bf00b4e8988b3b67aa84024 2,234 1.00/1.00 vMB 68
579,606 579,606 000000000000000000154bb8c58deb07feb856bb0917179095203ad0517d86af 1,965 1.00/1.00 vMB 97
579,605 579,605 0000000000000000001d65f43a317965d527b385002c7938d9d661d2b04959e7 2,203 1.00/1.00 vMB 87
Previous 10 blocks ↓
Total Size: 782.60 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: 671.74 GB
    • Received: 16.00 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.