Loading Tool

Explorer IconExplorer

Memory Pool

46,126 transactions
27.78 vMB
0.08167237 BTC
Random Selection Loading Transactions
Max Size: 146.94/200 MB

Candidate Block

Mining Attempt 0e2e6465cce31bc0540658aa30188caf41909c401acdb715b4a35a41e198b1ca
Version 20000000
Previous Block 000000000000000000015e8f4c39ca0699d930716f37fac725961f0c21424ed6
Merkle Root 07085b30773916ec8189fd5ce5406c5f013b25c7c110bd4455f06c3a6602830a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,886
Size: 1.00 vMB
Total Fees: 0.02821024 BTC
Feerates: 192.02 > 2.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,906 (386,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
528,275 528,275 0000000000000000000002bbb13fb21095599b3e18f4de5cb8f1c84d02bbf84e 807 0.30/1.00 vMB 48
528,274 528,274 0000000000000000000f5bd4c717fde0d7caa910916bdf7aaf1c4efa485c05f1 1,546 0.97/1.00 vMB 16
528,273 528,273 00000000000000000003eb64316c165724fb756d3a282d2fdb21a8d927b0e122 2,216 1.00/1.00 vMB 128
528,272 528,272 00000000000000000001d396a0e884983548206d22d70d15f2bc225a62b7633f 1,796 0.97/1.00 vMB 87
528,271 528,271 00000000000000000019e09d7fd4627c191017c611051ed80a658b7ea5fd5b64 1,717 1.00/1.00 vMB 75
528,270 528,270 0000000000000000001b7eb23f459ce8096b66705377af160a4d98fdaf839f67 2,288 1.00/1.00 vMB 134
528,269 528,269 00000000000000000016d2071ba5c3c004c9f3e43f8935079d517a7edd761a85 1,473 1.00/1.00 vMB 123
528,268 528,268 0000000000000000002eab14ef74aa517393526a015b955c35867fdb8f01b1be 2,284 1.00/1.00 vMB 5
528,267 528,267 0000000000000000002d8d792830030c9b01607d77aeffd21142828bcac6bae6 2,056 1.00/1.00 vMB 22
528,266 528,266 00000000000000000001b7eb66dd7092971dae0688e099503d381377f7e8f622 2,671 0.97/1.00 vMB 15
528,265 528,265 00000000000000000029f7eb031b192a86d80ee33e45c40c05c4814f06939c4b 2,273 1.00/1.00 vMB 13
528,264 528,264 0000000000000000001e19a9f989f356a862569bd480cb9f70d962e63dc04791 2,543 1.00/1.00 vMB 37
528,263 528,263 00000000000000000017f8480581d6843f1aadc94ff692a7b23ea32a7fbfa4e2 1,941 1.00/1.00 vMB 15
528,262 528,262 0000000000000000000a46867c565bfe8aa0ff155b84837fdc106769cec5d5ae 1,240 1.00/1.00 vMB 104
528,261 528,261 000000000000000000141a0a7852f4d0592c0bc3bcfb2218690b94c184055e56 2,199 1.00/1.00 vMB 50
528,260 528,260 0000000000000000002bf4d2c3521ce99169e6c67f7d8cb11a275f095b437f0f 1,133 1.00/1.00 vMB 169
528,259 528,259 00000000000000000005a9f49ade3acad25af460a1863a15b1130017d97f3097 1,907 1.00/1.00 vMB 96
528,258 528,258 00000000000000000006ea2064feb03bc40d3d8f3b7e0e3d7063ecd7522d881d 1,739 1.00/1.00 vMB 116
528,257 528,257 00000000000000000023d6ac6d9ae1d3d9d4c6ff9461d68f433f4f179f92c20c 204 1.00/1.00 vMB 259
528,256 528,256 0000000000000000002da364542ae0ba2d965eaa805443b17ea6d926f5c41d6c 2,019 1.00/1.00 vMB 88
528,255 528,255 000000000000000000229493bf52b6eb61527be5666007d795749a6d3f6c5cc4 326 1.00/1.00 vMB 187
Previous 10 blocks ↓
Total Size: 782.22 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.77 GB
    • Received: 14.19 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.