Loading Tool

Explorer IconExplorer

Memory Pool

73,732 transactions
28.47 vMB
0.07064208 BTC
Random Selection Loading Transactions
Max Size: 168.74/200 MB

Candidate Block

Mining Attempt 2005dda7e844104eed0130db2340fbeefb3db67e1b02440b7c62893870f4b40e
Version 20000000
Previous Block 00000000000000000001a221195e57ed6fa4fadb7060779cb0798a1ccd734f48
Merkle Root fb2b6ffd430cfaafe7dd34ccdbfb8937339bffa052be50394fae24aed76c3bd5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,012
Size: 1.00 vMB
Total Fees: 0.01297409 BTC
Feerates: 250.89 > 1.30 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,043 (500,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
414,265 414,265 000000000000000001e0c5ab39df8fc1ae3d0f2eba65f6d48d737f6478b502c7 1,336 1.00/1.00 vMB 53
414,264 414,264 0000000000000000053a6ab5105f90934f4c289e20d7bc53f2679af080956aed 526 1.00/1.00 vMB 18
414,263 414,263 00000000000000000296decf70e830e2ee523d84da54215c056eee4610c12ae9 1,471 1.00/1.00 vMB 30
414,262 414,262 0000000000000000002c10da72b8cae7cb8e21259209c33e982f04b6a97a43e4 2,213 1.00/1.00 vMB 50
414,261 414,261 000000000000000001a4a746076354b37406ca029434c5cff868795f798a432f 1,910 1.00/1.00 vMB 41
414,260 414,260 00000000000000000491d9c61febf7edc99d7f277c55e31b5d414e6f4874ed34 1,638 1.00/1.00 vMB 24
414,259 414,259 00000000000000000492f7ce6a608716f8a09e379526f6a52a26977251abd728 2,796 1.00/1.00 vMB 60
414,258 414,258 000000000000000004e18cee778f97f47129721f91cf75e31d59d3e4e05a97e7 2,072 1.00/1.00 vMB 43
414,257 414,257 000000000000000004653343e83a9d4b5da316f7f59662efa74b94ec356c81e9 2,967 0.99/1.00 vMB 67
414,256 414,256 0000000000000000023287107c898d83e949d85889d4e2e9902b32cb4d4d435b 2,384 0.93/1.00 vMB 75
414,255 414,255 0000000000000000032259a8695610b5f19e3c90c558d12b3e1eb55a557b1151 1,945 1.00/1.00 vMB 40
414,254 414,254 000000000000000002d0e5fddc1f556e809a3a9027b768923a4db5e8e53fe687 1,723 1.00/1.00 vMB 43
414,253 414,253 000000000000000003f26dc6e1563d13f50362b71f5b292a27dba35ea18fe283 2,826 1.00/1.00 vMB 49
414,252 414,252 000000000000000001e12c3a19f2ac84d1af3c9d9af43ca5c1479605ef866e10 2,678 1.00/1.00 vMB 65
414,251 414,251 000000000000000003c75c5243ee5257ef81a43fe5131c4926d0da55a47ce078 841 1.00/1.00 vMB 61
414,250 414,250 000000000000000003de45de463e07e206594c60bce1817f4960544c61b2ba79 2,891 1.00/1.00 vMB 116
414,249 414,249 000000000000000003eb19d4a68fd39973b0eabf127f51b2b5b394d036807d63 2,455 1.00/1.00 vMB 50
414,248 414,248 0000000000000000006d95c5814fdaffd35d467b94adb061b370ffea906b01cd 2,284 1.00/1.00 vMB 53
414,247 414,247 000000000000000000a3774d3dde5f74943e83e63bae58d1acb547eb48a4a7df 1,749 0.98/1.00 vMB 54
414,246 414,246 0000000000000000012e9841a2342a21c246ba8e20ac866e5c0658b74eb4ec25 1,279 0.91/1.00 vMB 32
414,245 414,245 0000000000000000013f3cb2026d888ccbe4eaa9d64d2223f9d8049dc89edf85 1,825 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.47 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: 667.97 GB
    • Received: 15.35 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.