Loading Tool

Explorer IconExplorer

Memory Pool

81,967 transactions
31.66 vMB
0.10579639 BTC
Random Selection Loading Transactions
Max Size: 189.81/200 MB

Candidate Block

Mining Attempt 488785721b55ceb351771038ed39974304596321d73b96089d6989494f00250d
Version 20000000
Previous Block 000000000000000000010cf532a63a6441b67a3efb5df3eadda72118873c170e
Merkle Root 0958b7dfe30497a1d62c63a83bf9da6e1be586c8f8cb1109bb6f3382e39c9a97
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,712
Size: 1.00 vMB
Total Fees: 0.02318108 BTC
Feerates: 99.50 > 2.32 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,376 (433,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
482,332 482,332 0000000000000000006e26cd575ff3b3a9bbbebeceb3dfd33f0a02e9de011f2f 2,271 1.00/1.00 vMB 469
482,331 482,331 00000000000000000106717524470f5699024cbcbf03cd03ed5f0c5778c7be43 1,987 1.00/1.00 vMB 460
482,330 482,330 0000000000000000002ff3ccbef57951d2164ab7bc9b9649671e3e1fc1525141 2,095 1.00/1.00 vMB 89
482,329 482,329 000000000000000000d554d133b7ba4135e2665bf994abe0274610e66f95f03c 1,392 1.00/1.00 vMB 198
482,328 482,328 0000000000000000007414b7ecf4ffc65ad6de336a066ba452168272652a5e76 2,306 1.00/1.00 vMB 404
482,327 482,327 000000000000000000f7ab181178dfc83ee4d801f96175cec05a924bbfb64819 1,414 1.00/1.00 vMB 177
482,326 482,326 000000000000000000255c5cd3e2d9d7deb07fe0a4dbe726edb8cea54fee3f00 1,735 1.00/1.00 vMB 115
482,325 482,325 000000000000000000e54bb4c698527fe680f690b1ddb3d1728a234a8bc2df4e 2,016 1.00/1.00 vMB 165
482,324 482,324 000000000000000000edf0f210ba51264ec025bec406f70324d9e4c408b07a76 1,955 1.00/1.00 vMB 415
482,323 482,323 0000000000000000001e431db4d2853f1387d51b52d84c9051e2de7009cece0e 1,935 1.00/1.00 vMB 244
482,322 482,322 00000000000000000125887e5eae3d294cb9d27e3e35759be57bc3f01a82fc41 1,983 1.00/1.00 vMB 399
482,321 482,321 0000000000000000009d08768ce769a778c82f9a1ea9b75f1b73e899b9b3e6e9 1,645 1.00/1.00 vMB 513
482,320 482,320 0000000000000000002793dad7fd24057b10b5abacf659e39ce55be98f745bb1 1,903 1.00/1.00 vMB 497
482,319 482,319 0000000000000000008f0f8d36935e8067c20fa84df241d3e6e95f6e96be830e 1,255 0.99/1.00 vMB 254
482,318 482,318 000000000000000000afae78de3b74c804a9e5e6d660a61c7aa06f7e4b0f3c41 1,690 1.00/1.00 vMB 232
482,317 482,317 000000000000000001023e56528c1194bcab23591c52d68dad573a778bfa8484 1,850 1.00/1.00 vMB 365
482,316 482,316 00000000000000000068438ba6979bf5503bab4e6a932abcef2d1aa4f7d0c238 968 0.99/1.00 vMB 130
482,315 482,315 0000000000000000001875c454f6c24d6d6c160601351c3cf50498ad6d31aebe 1,557 1.00/1.00 vMB 278
482,314 482,314 00000000000000000023be3ceafb904c26ef1b7622a2ff142c8e6a561db85dc5 1,734 1.00/1.00 vMB 269
482,313 482,313 000000000000000000586be41ddf294cc93fbfc0b38e133b61bd066bb366e97b 1,726 1.00/1.00 vMB 438
482,312 482,312 0000000000000000000123f875c65e87c03f6f5642fb25cec8f0386f077356b0 1,834 1.00/1.00 vMB 425
Previous 10 blocks ↓
Total Size: 783.04 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: 720.41 GB
    • Received: 18.16 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.