Loading Tool

Explorer IconExplorer

Memory Pool

41,959 transactions
26.56 vMB
0.05837217 BTC
Random Selection Loading Transactions
Max Size: 139.57/200 MB

Candidate Block

Mining Attempt 774171ea921b0a2958a60bbf718e826ed8a2d04d59771bed6db61d80710c98c5
Version 20000000
Previous Block 00000000000000000001c9da3c7fdd5757753db26645c1c8633d9e2dd727a1ba
Merkle Root 9cb26ed517f225e14bfcb48b3da06a1025324bd072ff875c96b54e5c5c7b7bba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,540
Size: 1.00 vMB
Total Fees: 0.00929603 BTC
Feerates: 150.93 > 0.93 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,802 (298,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
616,785 616,785 00000000000000000007c7186fd29956197dc96222b8db62334d73054efc33fc 2,741 0.99/1.00 vMB 32
616,784 616,784 00000000000000000002c20407ffc23557d4eb2c1790701fe1c516ff68e18686 1,572 0.54/1.00 vMB 5
616,783 616,783 000000000000000000061f05cad5465170f4ba7e392adeee9e441977cddf7f3a 2,354 1.00/1.00 vMB 6
616,782 616,782 0000000000000000000495deb5df2c4899d2515efc99339caa1d3f1917fb554b 2,803 1.00/1.00 vMB 13
616,781 616,781 0000000000000000000bfbcf62540cc037f85d4f0249b44aa4c0383bd813ffee 2,342 1.00/1.00 vMB 27
616,780 616,780 0000000000000000000e9127afed6295be4e09f562267257ad7cd139d5dd714d 2,552 0.95/1.00 vMB 1
616,779 616,779 0000000000000000000824b07160408ad4f2c02a8d76974b8110925bba6454f0 2,796 1.00/1.00 vMB 17
616,778 616,778 00000000000000000006ec134fc5e14d657ecfd75814ca2c06513df1854e805e 2,442 1.00/1.00 vMB 10
616,777 616,777 0000000000000000000e2597a17df1bf105051df1914511c1fc1565a70fdd74c 2,662 1.00/1.00 vMB 17
616,776 616,776 00000000000000000005e3b9f06fe01d4fa6b14fff5b1efd8b102688d558ecf4 2,344 1.00/1.00 vMB 8
616,775 616,775 0000000000000000000e1c2cdfd3ef16674900f7f54bcb4ffa3af2be8ab0acb4 2,229 1.00/1.00 vMB 7
616,774 616,774 0000000000000000000ac4ed6d6210fcd3b31efdd611be6a0dcb8d0362480ed1 2,672 1.00/1.00 vMB 17
616,773 616,773 00000000000000000000654b767b35f564ce2894a337559d3d54e7e6d3c12363 2,730 1.00/1.00 vMB 22
616,772 616,772 00000000000000000007e13c51cbb93c4f59e902db5c17f3dbfc33c01c01ed8b 2,717 1.00/1.00 vMB 25
616,771 616,771 000000000000000000052e07702069479e565384f93c0772bf62463effb4aeda 943 0.30/1.00 vMB 19
616,770 616,770 0000000000000000000dc149d950833a2b559fb97b482e617d85ebdcf927419a 2,842 0.92/1.00 vMB 15
616,769 616,769 000000000000000000011aefaaeb02919d245b3a9f7688794d48f9ef324f6497 800 0.74/1.00 vMB 9
616,768 616,768 0000000000000000001202cfd8c15eff11ae2f30e69aa35cdb547c6d9162c729 116 1.00/1.00 vMB 1
616,767 616,767 00000000000000000002549b9a27a72e7ed623ae9fa36572faddd8a018d3e0b3 353 1.00/1.00 vMB 3
616,766 616,766 0000000000000000000a15993161b66b1ae0241505ce85d7993bd58369c0fbe0 2,888 1.00/1.00 vMB 14
616,765 616,765 0000000000000000000d6b1cfeef6a42dbd3a73893a578995aa0176a55c00f4f 186 0.18/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.04 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 9
  • Data Transfer:
    • Sent: 650.44 GB
    • Received: 13.28 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.