Loading Tool

Explorer IconExplorer

Memory Pool

41,372 transactions
27.50 vMB
0.13107931 BTC
Random Selection Loading Transactions
Max Size: 142.36/200 MB

Candidate Block

Mining Attempt b4a48e220a971a735dc6b021ed45bc1cd4c5b75cb9d867a64f70aa1ac4e4f0cf
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root ec156e43108e66ec7a21e5e67abc91cb05d5e3d6ce67e9ee9983bdf58f47c961
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,304
Size: 1.00 vMB
Total Fees: 0.07026902 BTC
Feerates: 285.90 > 7.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (412,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502,665 502,665 000000000000000000289d6dd1b4fe29a9cb522106a21df38cf71527e3db78d4 2,596 1.00/1.00 vMB 528
502,664 502,664 00000000000000000086834f4afa2fde67a20b4fdedc27e778f3c510d8a8b854 2,519 1.00/1.00 vMB 504
502,663 502,663 0000000000000000005714522953ba2dd0b026fe2b57d951d2d82fdfacfe4b10 2,198 1.00/1.00 vMB 422
502,662 502,662 0000000000000000002d7a9aae9dd20222acac8849a20038bba077571d7e495e 2,517 1.00/1.00 vMB 513
502,661 502,661 0000000000000000001380e2db2a6d558fdf7ca4443b4144f2a65595d60a11c6 2,482 1.00/1.00 vMB 448
502,660 502,660 000000000000000000480b30794acc9b090feec94504d24373599581d389b7c3 2,462 1.00/1.00 vMB 486
502,659 502,659 00000000000000000017bdfce59605f2a36d03ba3d9e892c7421f632537d53a3 2,151 1.00/1.00 vMB 464
502,658 502,658 00000000000000000004f9407e789d379cc38ed8a2eda3c9f930cb1d7b199f58 2,646 1.00/1.00 vMB 532
502,657 502,657 0000000000000000007113047a731a6416872ff209cb4f47bce5cfb3c88fcb25 2,689 1.00/1.00 vMB 492
502,656 502,656 00000000000000000039dc5ad910a728ed4858302d00050eed35737fcee7826c 2,747 1.00/1.00 vMB 525
502,655 502,655 0000000000000000003fa9e0f82c7cf6bc6ab6a72a5710987bc11b13da616d5c 2,269 1.00/1.00 vMB 487
502,654 502,654 0000000000000000002354136d6854fe09c2cb1ce6481d2eb7a680f42b1ed927 2,659 1.00/1.00 vMB 386
502,653 502,653 0000000000000000005996cbb1ff08c944252f9fd82ecd39973a8dd85e5c381d 2,566 1.00/1.00 vMB 420
502,652 502,652 0000000000000000006ceae0d4e95c75064307245f0d431063340668ab905068 1,528 1.00/1.00 vMB 342
502,651 502,651 0000000000000000007fbe233a894ee0de789551e6f0ac6923c7c7b2d6b68fc5 1,833 1.00/1.00 vMB 385
502,650 502,650 0000000000000000008ab6d7ef48d18b0eeaa85fec9e84301099f200ebca6843 2,126 1.00/1.00 vMB 497
502,649 502,649 00000000000000000066948f128411ad90fd89b4f626399e623c413341f1c7c9 1,827 1.00/1.00 vMB 493
502,648 502,648 0000000000000000007db37f0b56bcf5e49c18006c6b94ada783ed28eb778465 2,257 1.00/1.00 vMB 534
502,647 502,647 000000000000000000568687e1ff5caeadf198145c6dc71375502ee60d51e7f8 2,188 1.00/1.00 vMB 514
502,646 502,646 00000000000000000040dbde5050f26f9ad47e6bca6adb9ad0f1130923107401 2,017 1.00/1.00 vMB 366
502,645 502,645 00000000000000000014cbeda9f637644e26dae1a0484d06f8b8c965f41aac6b 2,128 1.00/1.00 vMB 349
Previous 10 blocks ↓
Total Size: 781.82 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: 636.44 GB
    • Received: 12.37 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.