Loading Tool

Explorer IconExplorer

Memory Pool

42,223 transactions
30.38 vMB
0.16460235 BTC
Random Selection Loading Transactions
Max Size: 153.42/200 MB

Candidate Block

Mining Attempt 80d08bf6aebdc7b494cd2017caf0e525745f20357cf76d74fae4cc25659b15df
Version 20000000
Previous Block 000000000000000000018d0ea92a04bc7d459e6fd23fb9bc4b1689f5bc272781
Merkle Root 5e5fc1128b02f0455d363a388549d30eb257f4ca85ba00c93b7c1c65b74ec351
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,720
Size: 1.00 vMB
Total Fees: 0.09122435 BTC
Feerates: 301.60 > 9.14 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,522 (359,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
554,822 554,822 0000000000000000002126d1e7e48c71d087a3721e86affaa6e6f79cbb9d8ad8 1,798 0.81/1.00 vMB 23
554,821 554,821 0000000000000000000be17928a822c534331d8f435579db8f90f32ab09d1f97 1,591 0.67/1.00 vMB 17
554,820 554,820 00000000000000000009d87e5aecaed877c2d5b8d144e60336efd2086b5a0857 826 0.68/1.00 vMB 9
554,819 554,819 00000000000000000023426cc05412128bf7977b866337a342e7a8b49f6df624 2,707 1.00/1.00 vMB 16
554,818 554,818 00000000000000000012d9f913c0d5b90fce7d6867c1e086428e5afe10fc1135 1,311 0.93/1.00 vMB 11
554,817 554,817 0000000000000000002ade9f8613b768080b620c5bb01b3ac03459e27988756f 915 0.99/1.00 vMB 6
554,816 554,816 00000000000000000010261e07251eda708a4f921b849bebfade3ddd1c9027d3 1,671 1.00/1.00 vMB 8
554,815 554,815 0000000000000000003563ada8cb1dd19f5c5117f229691f78d216aa95db2c94 2,995 1.00/1.00 vMB 23
554,814 554,814 000000000000000000213c3bc39e4c2aa160e95ddd679485721a67e4ef507089 3,108 1.00/1.00 vMB 35
554,813 554,813 0000000000000000002957640c97acdeb1a0473528dc3eff893449f1d84998e1 2,714 0.99/1.00 vMB 24
554,812 554,812 00000000000000000014fd0b03d296f1e954e1cf27e5b3e6c1604e8b5428def0 1,323 0.86/1.00 vMB 14
554,811 554,811 0000000000000000002556b9aeb68868dfbf73d76c4c01f6553af3092a56d0d4 2,345 1.00/1.00 vMB 9
554,810 554,810 0000000000000000002daed3b36e5db3f1a1894754f5d0e1c8f7e33343bace99 2,683 1.00/1.00 vMB 37
554,809 554,809 0000000000000000000c746678fc5acb180cfeed7813fe49c0f8373f65df0df8 1,815 0.77/1.00 vMB 20
554,808 554,808 00000000000000000020ae14a83d842b5a8d9924b56029ffdf54df39f19122c5 276 0.12/1.00 vMB 25
554,807 554,807 0000000000000000002759f1999f8ba675c25106da8a07162e3e142a21f4f8c4 783 0.35/1.00 vMB 22
554,806 554,806 000000000000000000245ce3d4169af12b319ddcc53cb8dfaef9736a704424c1 432 0.17/1.00 vMB 21
554,805 554,805 00000000000000000012f664a4790942dcd64565b6455668837d27555a81a244 327 0.27/1.00 vMB 6
554,804 554,804 0000000000000000001ab8f9485d39a0287a58be6f641ea7df129cb8e1bd9fc9 2,415 1.00/1.00 vMB 17
554,803 554,803 0000000000000000001fbc2b18ceee396933645657f03d770bdb2119b398400d 1,588 1.00/1.00 vMB 12
554,802 554,802 00000000000000000024c2728d4976c55e28866e866744d322480c3f6cf22087 1,890 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 781.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 618.75 GB
    • Received: 11.20 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.