Loading Tool

Explorer IconExplorer

Memory Pool

36,426 transactions
26.13 vMB
0.06970525 BTC
Random Selection Loading Transactions
Max Size: 133.46/200 MB

Candidate Block

Mining Attempt 8f8db710c03bc933c3cb87257d3f6e162c22e9535cafb434af2f59950d3dd697
Version 20000000
Previous Block 00000000000000000000d48a01c3ed8f61c1c06ca18e9a1143cbde3caba3340e
Merkle Root 0d8bc2fd4e74f700471e4249ba36f80e3e68f52cec5bec16bc433a1d697a3bd7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,139
Size: 1.00 vMB
Total Fees: 0.02141160 BTC
Feerates: 152.71 > 2.15 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,688 (384,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
529,810 529,810 0000000000000000001be25d93c0f5e73b5c5d018eee9be66c9298bb2d98a214 270 0.14/1.00 vMB 20
529,809 529,809 0000000000000000001429be6b5c6feebe51978905697b4494a57204fa3ec7c3 35 0.02/1.00 vMB 62
529,808 529,808 00000000000000000001612088f70caea36fa7641ed4be2e3817ca085b64cfc8 688 0.36/1.00 vMB 16
529,807 529,807 000000000000000000235bd118ef6e8a2a1d81114694777c75364dacda68c578 1,398 0.82/1.00 vMB 16
529,806 529,806 00000000000000000033567bb0a1e175d268a31922f96d95175a700eba38cbfc 964 0.54/1.00 vMB 25
529,805 529,805 00000000000000000028a856927cdc05c52c56e863dbc608b68671594abdff03 257 0.08/1.00 vMB 31
529,804 529,804 000000000000000000349d2514d9064d530348c0335ff055fa5da5719693bfb5 148 0.05/1.00 vMB 27
529,803 529,803 0000000000000000002472eddf1c853d41e7e2cd26a935560d7e6a59a3028671 831 0.32/1.00 vMB 24
529,802 529,802 0000000000000000002cde2953605629cc62d458faf77d976585d0f8ee0b0f14 657 0.24/1.00 vMB 27
529,801 529,801 00000000000000000035f6a86cae2ed9c7fe9b50807d3ecc7e0011070e8a7ecf 179 0.09/1.00 vMB 33
529,800 529,800 0000000000000000001c375c746ef6e3aa3325e17cb499b116a07ebf7f7a94d7 259 0.22/1.00 vMB 21
529,799 529,799 000000000000000000220e58d0771ae97b0f43d25bfaa71265f45c8f23bbb084 544 0.28/1.00 vMB 13
529,798 529,798 000000000000000000222cc7f225ab82f6b2b77b1017c17e354352d94fd7fe6e 2,874 1.00/1.00 vMB 35
529,797 529,797 0000000000000000001d0d4ed2a996210409a27573fb82a2e7233651f0932885 39 0.01/1.00 vMB 17
529,796 529,796 0000000000000000001030a0288f570185d9503442a5be743d1deac1d4fc741a 800 0.38/1.00 vMB 32
529,795 529,795 000000000000000000243a6d3ed1892cafb8d9e49b2b101eacb12aa3d5929c97 1,707 0.66/1.00 vMB 7
529,794 529,794 0000000000000000000eaa8a856897d5789d352e22d6ad9d3598f760afc90d92 2,879 1.00/1.00 vMB 46
529,793 529,793 0000000000000000002fd45c9e748c107b0a3b8c1f74a03f67bf543e80b3ad6e 2,715 1.00/1.00 vMB 26
529,792 529,792 0000000000000000001b6c97a8a10f4c6d9c658ca82bdcf18e3a370a82c2bb7d 783 0.29/1.00 vMB 46
529,791 529,791 0000000000000000002d4d862d5af73bcef8d14c2dca0ae7567a2a3f07c44cfd 2,389 0.98/1.00 vMB 27
529,790 529,790 00000000000000000000c4adea30701f4ee1dbaecfa6867e08fb65292ed7d0e6 648 0.28/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 781.84 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: 637.34 GB
    • Received: 12.42 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.