Loading Tool

Explorer IconExplorer

Memory Pool

78,897 transactions
29.59 vMB
0.07240064 BTC
Random Selection Loading Transactions
Max Size: 177.49/200 MB

Candidate Block

Mining Attempt a322cbfbabb723d2e9b8ac16b788eabc746b3d7fe740eb0aaa3f9bf150a12959
Version 20000000
Previous Block 0000000000000000000135a2d0bec06965c586c49ebfdec65261090f168854ee
Merkle Root 5dd48aaf9f8e2ce366db4d60b6b3fabcbc20da62e34a842900d83640870aea02
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,264
Size: 1.00 vMB
Total Fees: 0.01230203 BTC
Feerates: 150.77 > 1.23 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,995 (319,670 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
595,325 595,325 0000000000000000000ff5556ecd2ae2e35e60fb4ba41bfd7d3c126faeba8268 3,581 1.00/1.00 vMB 48
595,324 595,324 0000000000000000000e4f991b6ddc90550dd57125e5faefbc502b745546d1be 2,590 1.00/1.00 vMB 38
595,323 595,323 00000000000000000005672b57561ffe792660d8b9a374baa892b24f8bcd09e3 2,722 1.00/1.00 vMB 23
595,322 595,322 0000000000000000001457903ab781f7618f479a98dcfcd28666bb81597d0f92 3,198 1.00/1.00 vMB 30
595,321 595,321 0000000000000000000c1484ddcd8bb8114d0338f57bb5551fc54fc4e9164c08 2,990 1.00/1.00 vMB 51
595,320 595,320 000000000000000000124e76b873aecadad3ab68f4d5d3edcad56f0713ed29b4 1,536 1.00/1.00 vMB 14
595,319 595,319 00000000000000000006c447affbc5196f981ca0aa961ac5997620436951398b 2,808 1.00/1.00 vMB 33
595,318 595,318 0000000000000000000f3714a648e47e9b91230e530cd3c047217ec0234bb891 2,253 1.00/1.00 vMB 26
595,317 595,317 00000000000000000009452457f8855e1091316fddd3a0ce9b09d6f8a2bbd02a 1,512 1.00/1.00 vMB 42
595,316 595,316 0000000000000000000ca2788a8d537d0136edb48f46dcb6e552e73ec93878a2 2,824 1.00/1.00 vMB 19
595,315 595,315 0000000000000000000a99f2f1868ca4271762f952a7fae9e2d2c1f73f444f7f 2,879 1.00/1.00 vMB 21
595,314 595,314 000000000000000000063f1870f78615e12d078181b36609de5db4fdb3a50e2f 2,749 1.00/1.00 vMB 21
595,313 595,313 000000000000000000061ae1e9548cc5e2da50dd928760bf8fad1e3cc3c74b4a 2,281 1.00/1.00 vMB 28
595,312 595,312 00000000000000000016d67c6551824afc0bb0b45097b4ddd4cfbe8641a1c958 2,939 1.00/1.00 vMB 38
595,311 595,311 00000000000000000002638cf621815de673c32b7f30daca10864ff2781ad4e0 2,650 1.00/1.00 vMB 25
595,310 595,310 00000000000000000013e6c0d91579189be9cb0e4552811fe41d950dcaf54365 3,535 1.00/1.00 vMB 49
595,309 595,309 0000000000000000000fdf50819c8c280908cba1b570e614e9c970464609ec00 3,051 1.00/1.00 vMB 41
595,308 595,308 00000000000000000016b2d1af3229dadda1ad78d8e886fd9ef566f5fa5d18ec 2,328 1.00/1.00 vMB 22
595,307 595,307 000000000000000000165c78ea45068c6ed0308dd7c5295608cd2ec5bf1a7c34 2,106 1.00/1.00 vMB 30
595,306 595,306 0000000000000000000914a6728b2ff963775b8358b7cf87a46911b9f6c80b98 3,174 1.00/1.00 vMB 41
595,305 595,305 0000000000000000000661178b4559173711b0a9729cd68fcbd9a9fadb0d7e51 3,460 1.00/1.00 vMB 40
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.45 GB
    • Received: 14.98 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.