Loading Tool

Explorer IconExplorer

Memory Pool

43,472 transactions
28.14 vMB
0.06500672 BTC
Random Selection Loading Transactions
Max Size: 148.43/200 MB

Candidate Block

Mining Attempt d03089fa9f2195834f4e0b48e9db77235d30ea5c83d0fc547788eddd57c4b514
Version 20000000
Previous Block 00000000000000000001288e6f2c4348989dc292818b19d60659243f4a3661b7
Merkle Root 65c3780bffde5b0330e3a1d840fc3b5269ac2f8af4d0f0a6b7f875217732a207
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,414
Size: 1.00 vMB
Total Fees: 0.01190498 BTC
Feerates: 141.75 > 1.19 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,836 (400,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
514,826 514,826 0000000000000000001ba50ee2a9e31dbde0b10c6896b3325fcf1426d7f47265 1,778 0.77/1.00 vMB 22
514,825 514,825 00000000000000000042597746ad941f46b6770c57168e8c09848bda32b2f4e1 2,986 1.00/1.00 vMB 31
514,824 514,824 0000000000000000000e23dd0224f78b3142cf2ade9d18dc65b430fae78938d5 1,747 0.83/1.00 vMB 33
514,823 514,823 000000000000000000336bcbc17ed117cff3ca3d1683cdce7bd7a9bc9bed09c6 296 0.12/1.00 vMB 18
514,822 514,822 0000000000000000003e3d2d4a55c0b959da1d3bc9655eda1d3fd8927518c306 1,864 0.81/1.00 vMB 32
514,821 514,821 00000000000000000048e68887f5278e722821c04e43ad5d27b33f702de43f1a 1,661 0.77/1.00 vMB 18
514,820 514,820 0000000000000000002472611f6ce1abb05339a5a90653457210eb408d0bf188 2,140 1.00/1.00 vMB 38
514,819 514,819 000000000000000000010dd6fe48b076ab3bbc702d47fa4bd56e660cea02a63f 2,101 1.00/1.00 vMB 35
514,818 514,818 00000000000000000032645f446514ba812886c2152356b5c2c0d1cc49cea0e2 1,337 1.00/1.00 vMB 20
514,817 514,817 0000000000000000001aeba3435d76202adfbe335dda2c4e86e2ddd2cdfa0e5f 2,018 1.00/1.00 vMB 17
514,816 514,816 000000000000000000301a0c6d8530a9674bd7da9a2099c3107430e92ccfd2c0 2,169 1.00/1.00 vMB 8
514,815 514,815 0000000000000000003ea8cb7b36333acc81efba5329a22733261d0ad901f60c 2,039 1.00/1.00 vMB 47
514,814 514,814 0000000000000000004c58216b6a9032c51302051866cf2003a9758584afd59b 2,015 1.00/1.00 vMB 47
514,813 514,813 000000000000000000384dfc36d7aed6c1ef1351f607e44f7f09781c094fc7b4 887 0.39/1.00 vMB 36
514,812 514,812 00000000000000000017c2c62dc794d18857f908f91b14f77754cb657aa71447 1,380 0.93/1.00 vMB 12
514,811 514,811 0000000000000000004f15b4abe9afa430e86eec4e196f627224be38ccd87429 1,823 0.97/1.00 vMB 37
514,810 514,810 00000000000000000007ba512d6aca477628fd95af281cd05aeb51b2cdda1899 2,243 1.00/1.00 vMB 38
514,809 514,809 00000000000000000010875315e7c8ca15d261598980e81e2624b7e5701aed33 805 0.89/1.00 vMB 11
514,808 514,808 00000000000000000007c598fea45c241b6980eefd97c30fd76a2581d98a2300 267 0.13/1.00 vMB 44
514,807 514,807 00000000000000000021d80605ec8a81568db71c7a55373e5943bf020c3c9e38 686 0.79/1.00 vMB 5
514,806 514,806 00000000000000000036295fffa27b8e54ebfbdb77d5e3f6cf1c388ba7f18ca9 2,188 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.10 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: 651.68 GB
    • Received: 13.63 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.