Loading Tool

Explorer IconExplorer

Memory Pool

83,081 transactions
30.84 vMB
0.08955686 BTC
Random Selection Loading Transactions
Max Size: 186.11/200 MB

Candidate Block

Mining Attempt 0b845436ee758d817d7968d94c36f935811f332fb5f8144a96f3fb8df0574468
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root 1121d50dae3c8c47f3ccbf51e1e5a67f4e2f17a35e96c117a0773a7db3848cd9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,586
Size: 1.00 vMB
Total Fees: 0.02316071 BTC
Feerates: 114.51 > 2.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (477,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
437,759 437,759 00000000000000000057093b3ad1a500bd6bdea061c0c6344428f9b6209d943d 1,831 1.00/1.00 vMB 41
437,758 437,758 000000000000000000d1ef6a80435f57af69f35f20d0b7a6d40ac80a28f392c3 1,566 1.00/1.00 vMB 61
437,757 437,757 000000000000000002917f7613d7109d5c080d01500dc0e58a1cda8124390aeb 2,459 1.00/1.00 vMB 51
437,756 437,756 000000000000000003fe071d3d7a3a6564d5cc78601798975d77d05088f7f473 2,722 1.00/1.00 vMB 57
437,755 437,755 000000000000000001242c25988ced2e81bdda6eb15e5cf59380a7eb91d5c672 2,014 1.00/1.00 vMB 70
437,754 437,754 0000000000000000028dd2ac1d3be144e5ce759884fc3102b62f3a08365b2474 3,081 1.00/1.00 vMB 55
437,753 437,753 000000000000000003c7d7ac2ed4238d6ae718f63b3cb88836fa3f0ddd004da7 2,461 1.00/1.00 vMB 85
437,752 437,752 00000000000000000442c2807c85184dab12ef06dde0fed1659804120d891242 2,533 1.00/1.00 vMB 88
437,751 437,751 000000000000000002b24c2edf003645dfe78e4130980ebd83a0e543a3962d77 2,651 1.00/1.00 vMB 88
437,750 437,750 000000000000000000a274ced6e39b63da8ea85a8514710274f909976f166cdd 2,629 1.00/1.00 vMB 88
437,749 437,749 0000000000000000034704ca7d3787c8af760d2c2032eafc0a07f72cb3383c88 2,800 1.00/1.00 vMB 78
437,748 437,748 00000000000000000287d68b82fa07695c9b93d6c4e517c0a4082b09471da499 2,217 1.00/1.00 vMB 78
437,747 437,747 00000000000000000330e6a875fd79bc9c16932ac56c3175e02740daff4090a6 1 0.00/1.00 vMB 0
437,746 437,746 0000000000000000029436b5069da5e005571e7ac7a8e9827f67cc2f6d900a68 991 1.00/1.00 vMB 65
437,745 437,745 0000000000000000010703ad21c62c7c2ea4aed67fc415710d4b6271a9d016cc 2,179 1.00/1.00 vMB 87
437,744 437,744 00000000000000000002c0bf8d39fcff559fb463bbb2b177b3247417ee666427 2,798 1.00/1.00 vMB 67
437,743 437,743 000000000000000003f448f9433a8799b69f81652e164b268c3f2f96aee41704 2,476 1.00/1.00 vMB 100
437,742 437,742 000000000000000003e2850f192b892c39d9542e3fbd25da7e4ee91a1dff3456 2,243 1.00/1.00 vMB 82
437,741 437,741 000000000000000003fd2a5f12b0ccccf7cb1061e7097e1452c83cf33c7139ce 1,738 1.00/1.00 vMB 76
437,740 437,740 000000000000000002e12e1c663d8cac29154d9ca8176e82b562888916eeb374 2,615 1.00/1.00 vMB 73
437,739 437,739 000000000000000003c880ab21d874f3e6e819c9dc3e5aaa7a451a3377c8d818 2,800 1.00/1.00 vMB 165
Previous 10 blocks ↓
Total Size: 782.34 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: 661.56 GB
    • Received: 14.82 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.