Loading Tool

Explorer IconExplorer

Memory Pool

80,331 transactions
30.05 vMB
0.11896664 BTC
Random Selection Loading Transactions
Max Size: 180.27/200 MB

Candidate Block

Mining Attempt 9d52b3a5ff5ead61bb1801ff09572372dce1e15bbba633e7c4888d92e06aa013
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 02189681a77cf02ee759f1e307b48d46198a97c6774bb3aae22ea498d5172ec3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,785
Size: 1.00 vMB
Total Fees: 0.05756685 BTC
Feerates: 180.34 > 5.77 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (261,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
653,617 653,617 0000000000000000000d8db4512a7b8ea2e327b8e05b078b5386799eadfe33d3 3,230 1.00/1.00 vMB 77
653,616 653,616 0000000000000000000aa07ecd76829841b8b5a875b882ad831d4f682fa6c55d 2,918 1.00/1.00 vMB 112
653,615 653,615 000000000000000000035c984bb832cb4a515cab9612a3c981f6fb19f3f32f1f 2,692 1.00/1.00 vMB 89
653,614 653,614 000000000000000000013c0e37d28dfc98b082c3ea74f674f196972aef9b0627 2,758 1.00/1.00 vMB 90
653,613 653,613 0000000000000000000e0dae5087cb47fe663aaaee34ecbd22ea25aa387dc0b9 2,050 1.00/1.00 vMB 101
653,612 653,612 0000000000000000000003e42c6c6b44587b7152e9bf7d545cce723088c901da 2,197 1.00/1.00 vMB 74
653,611 653,611 0000000000000000000bb218702005c977fc55030680288e87cfdbe3c4e10eaf 2,909 1.00/1.00 vMB 81
653,610 653,610 000000000000000000058a16eaaec1edf389b79379433d5a05df052cc9d1acbf 3,109 1.00/1.00 vMB 75
653,609 653,609 0000000000000000000d7ac497ad301accbc1bede51b2e5709d71eb73694fc61 2,420 1.00/1.00 vMB 95
653,608 653,608 00000000000000000000d7421c1ea568466f5c583cde4bd7163a558a53ec1155 2,718 1.00/1.00 vMB 98
653,607 653,607 0000000000000000000b74ba4da89de7a71bdf442c1a3da0d2aac53a08cdc47d 2,666 1.00/1.00 vMB 113
653,606 653,606 00000000000000000005c84fb95910a2f16d44aca2a760471de4e41d121171c2 2,764 1.00/1.00 vMB 104
653,605 653,605 0000000000000000000228ba7cf189c6bbf3b70c5c0d3334ad88a78b2e9d990a 3,023 1.00/1.00 vMB 82
653,604 653,604 000000000000000000081e2a858f7a68872cb0d2d8613661d7b8e79623e66830 2,938 1.00/1.00 vMB 90
653,603 653,603 00000000000000000007663cbae36ef2d54750b403ef01b474293f5a55b559aa 3,120 1.00/1.00 vMB 79
653,602 653,602 0000000000000000000c1e663fbf2bd34ad0ff7e844b61c90c287e2058345b42 2,879 1.00/1.00 vMB 95
653,601 653,601 00000000000000000004391e8eaed145da9be35d829c40197d7bc17d11ae6c85 1,809 1.00/1.00 vMB 100
653,600 653,600 0000000000000000000dd1c04aa7fb16a644e1dc7cc9104d805199fca5afbeea 3,299 1.00/1.00 vMB 88
653,599 653,599 00000000000000000006e8cc0e909bfe8d6d989a3a08b4ff9c436e0ca16d1e2f 3,210 1.00/1.00 vMB 84
653,598 653,598 0000000000000000000528d8f22d2a6bf576367bceef0be3c6a2bb345e395a53 2,947 1.00/1.00 vMB 92
653,597 653,597 000000000000000000097d4d8c94c8453e9514b8d9e38fa19c46723b3b64e976 2,906 1.00/1.00 vMB 95
Previous 10 blocks ↓
Total Size: 782.38 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: 664.48 GB
    • Received: 14.99 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.