Loading Tool

Explorer IconExplorer

Memory Pool

51,864 transactions
29.25 vMB
0.08583155 BTC
Random Selection Loading Transactions
Max Size: 156.72/200 MB

Candidate Block

Mining Attempt 17add5acbbee3dbe0d4835ded5971e3f73869c593f0bbd12a642ae479fb5594c
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root 05f0a0735f32f5ec03baf49ee2751d32034815d34f58fc35fe761c3399cdf0f2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,763
Size: 1.00 vMB
Total Fees: 0.01843719 BTC
Feerates: 70.37 > 1.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (405,103 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
509,611 509,611 00000000000000000036c8042d7c234e8394339c356d60e253793ac621e2794a 232 0.12/1.00 vMB 110
509,610 509,610 000000000000000000264d208dc44c7e8e0f6e6cb776bef27860523f1078adb7 300 1.00/1.00 vMB 7
509,609 509,609 0000000000000000004eb416d805c48a70cf106c3c1e6aff72bcef6b5867a0f1 1,024 1.00/1.00 vMB 7
509,608 509,608 0000000000000000000151e2cbf759122d146bf8bca8e4b0b19446379f338ff3 890 0.36/1.00 vMB 138
509,607 509,607 0000000000000000003595c2e9d8983d0e63c6387cd67eb7e5e2355ffb184d8e 1,714 0.76/1.00 vMB 65
509,606 509,606 0000000000000000005a4526a9c3a2c22f0105616b65538fdb0aabb3f91eac18 1,838 0.84/1.00 vMB 63
509,605 509,605 0000000000000000001da6096bf14fc25dab5f193eeb6b83c1b68ada5c886736 345 0.15/1.00 vMB 67
509,604 509,604 0000000000000000004168a3842e92657c1550b5732071dce5163cb94c3e21e7 1,109 1.00/1.00 vMB 26
509,603 509,603 0000000000000000003d0ddc5b8308ff72dd7f8ffd902b1be65833255e0025b4 1,722 1.00/1.00 vMB 81
509,602 509,602 0000000000000000003b003424c9008a7902accb150f7e8397c50b0f7d149a8b 323 1.00/1.00 vMB 5
509,601 509,601 000000000000000000236deb6d9747b4f67adb6ccc55980cea4227c9d16a28fd 2,602 1.00/1.00 vMB 70
509,600 509,600 00000000000000000054d29a4dcade03b5c986e035d8359fe89a75f00a7a9180 755 1.00/1.00 vMB 22
509,599 509,599 00000000000000000022dfbde3e40e326082230ff6cb4c6a2736d6c3859f7d28 949 1.00/1.00 vMB 32
509,598 509,598 000000000000000000086c740284586100faa68fb13eb6515c16de9f2b7b5da7 2,277 1.00/1.00 vMB 33
509,597 509,597 0000000000000000000218877e13fb4f46198948ba3d97896e01eb1c8b959dca 399 1.00/1.00 vMB 7
509,596 509,596 0000000000000000000b488ea4186f0d83444c7a0742eb3995649d7f8cb94794 1,926 1.00/1.00 vMB 83
509,595 509,595 0000000000000000001055204517823b813a68afe42173633a0354b2e226d7a4 1,020 1.00/1.00 vMB 20
509,594 509,594 0000000000000000004a38f3ac3b73a7be59552963e8d932ad6c3c20665727ad 115 0.06/1.00 vMB 62
509,593 509,593 00000000000000000041cc20ba706640af9dcc9a2a79e72a4c63374e6743a119 829 1.00/1.00 vMB 25
509,592 509,592 0000000000000000001238b23a9d9299f394550d4bcf9bec32b67484a8380af2 1,792 1.00/1.00 vMB 44
509,591 509,591 0000000000000000005ad512289c385e6931a3003490050c8178d1847caf7901 1,493 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 781.89 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: 645.13 GB
    • Received: 12.68 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.