Loading Tool

Explorer IconExplorer

Memory Pool

35,286 transactions
25.83 vMB
0.06778750 BTC
Random Selection Loading Transactions
Max Size: 131.42/200 MB

Candidate Block

Mining Attempt 6f661f9060a188e9c2b1ae98e6932e1c3b8c74da8d9325a2a76a8c7cdf6acb70
Version 20000000
Previous Block 00000000000000000001870bbdf84bd9c66dfb3a3bf8fa88686553f61f93d86a
Merkle Root c611f58c3629f1d7d39f865430c0bdb347def3f50043f8cf42601928aa73e16a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,363
Size: 1.00 vMB
Total Fees: 0.02055521 BTC
Feerates: 150.77 > 2.06 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,697 (546,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
367,961 367,961 00000000000000000ba6842d7e957d40f7404d76901a8a24331f885df4628d7a 931 0.95/1.00 vMB 32
367,960 367,960 000000000000000007dab260a40ec5ba9eac78bea8c2345e07b03aad5b832bb6 848 0.76/1.00 vMB 19
367,959 367,959 000000000000000000217bdd333d8e33c06d347bac707da89e43296679c21948 1,300 0.95/1.00 vMB 36
367,958 367,958 00000000000000000be6acb8e88eea59cb0024c29240ef7b886b8b50a38bf4ec 1,641 1.00/1.00 vMB 41
367,957 367,957 00000000000000000e57adf773fe34986888db3e8663c3bd164a42d9ed616b21 619 0.84/1.00 vMB 22
367,956 367,956 0000000000000000065a24e423e4c71e3e88916825a10df9ece8ede22838acdc 1 0.00/1.00 vMB 0
367,955 367,955 00000000000000000737456fae45f0c1e56daa4fa5ff67046b23f34e5388201c 524 0.75/1.00 vMB 23
367,954 367,954 0000000000000000070737d60f4a4a7341dc167c907c5fb9c442c1c970511580 1,203 0.80/1.00 vMB 39
367,953 367,953 00000000000000000d1d44648a3f17356dbd6b2d3d23a8e79e1906ae2c92f6fb 602 0.55/1.00 vMB 20
367,952 367,952 000000000000000004f2d8d909c899fa5ef1d99cba30a06302590111a4cb1630 615 0.85/1.00 vMB 22
367,951 367,951 0000000000000000054cbffc24254a0ca797594ad07c32d883279172894d0e92 2,368 1.00/1.00 vMB 49
367,950 367,950 000000000000000002ae19046a3d3f6a927d3b962ba841717671e16031be9fdc 733 0.68/1.00 vMB 28
367,949 367,949 0000000000000000102563a73a5ea8d7fbc5de2a7fc9f8faf28ce0e4d0dc9571 1,083 0.93/1.00 vMB 31
367,948 367,948 00000000000000000de8645c9e065c5292cba001d4d344ee9ed6b68335cfbc44 525 0.81/1.00 vMB 20
367,947 367,947 0000000000000000128ea6b0c6306e417b39833b84be5bce646559bc4b0bde4f 558 0.75/1.00 vMB 22
367,946 367,946 000000000000000007db3bdeea94fcce0869449f65bd0cf7d7255d7517494ebd 862 0.90/1.00 vMB 27
367,945 367,945 00000000000000000b68b9a4586abcb93751255de7bd9bb8e697536c2449d6ab 984 0.75/1.00 vMB 35
367,944 367,944 0000000000000000130ca84f77f22a18253acbbc5f8c4bdaac45f62bdd7b9840 625 0.85/1.00 vMB 22
367,943 367,943 000000000000000004dda9a78afd5095d421be17f3fae590980335c15c080fa7 1,174 0.85/1.00 vMB 36
367,942 367,942 00000000000000000189e58b335b5771b82204f47fa184277a5a0e24c0dcde7f 1 0.00/1.00 vMB 0
367,941 367,941 00000000000000000a285691dd06f4a7fe7eb5b349026e75e20d3c1e857b8462 838 0.83/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 781.85 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: 638.82 GB
    • Received: 12.50 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.