Loading Tool

Explorer IconExplorer

Memory Pool

37,378 transactions
29.25 vMB
0.07140963 BTC
Random Selection Loading Transactions
Max Size: 146.46/200 MB

Candidate Block

Mining Attempt 86b9fd217b80022c3cf623230e1515b05739b3566101e244f045c7160f3fdcf9
Version 20000000
Previous Block 0000000000000000000154432778d3ce55464a127ffd8bbd0334965e9f3a2a3b
Merkle Root d0fdd7c0dabd47f3f33e66c11b42f6fd07dbd83c061263a5b4a36099e4416812
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,255
Size: 1.00 vMB
Total Fees: 0.01296332 BTC
Feerates: 44.54 > 1.30 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,524 (359,708 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
554,801 554,801 000000000000000000324f39ca4842625afd4eac0179ebc1f93372509e9e1d40 2,251 1.00/1.00 vMB 12
554,800 554,800 00000000000000000020b2bb1e198edf7199a68275a8baedad91ff5a8eaac11a 2,124 1.00/1.00 vMB 15
554,799 554,799 0000000000000000002793f5217ff2987ad1c875a4e14dd5e3e41f2d76eea615 2,403 1.00/1.00 vMB 19
554,798 554,798 0000000000000000000a51bd3306bf7770795da1d7ddf55d94cd968e67b3941e 2,385 1.00/1.00 vMB 9
554,797 554,797 0000000000000000001c2c8dbebef5a0bcc55da0d8b48487548380872cd38228 2,621 1.00/1.00 vMB 17
554,796 554,796 000000000000000000334bd6a792851fef8bd0c26e1a372d108f82756f61d1ad 2,457 1.00/1.00 vMB 29
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: 619.97 GB
    • Received: 11.21 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.