Loading Tool

Explorer IconExplorer

Memory Pool

82,655 transactions
30.41 vMB
0.10547777 BTC
Random Selection Loading Transactions
Max Size: 183.30/200 MB

Candidate Block

Mining Attempt ad32f9dc60f93130f97a8510a0367c58aa278e5c3edb2fcd2b6e075c5ebe99f5
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root 7240164722b228ffbe54bb9e155b33964a64e5d72bc9590d60293166c2fda3b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,604
Size: 1.00 vMB
Total Fees: 0.04307461 BTC
Feerates: 526.32 > 4.32 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (133,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
781,877 781,877 00000000000000000003a1ec3974048caca45b9901fc9e935e71f99166749e66 976 1.00/1.00 vMB 9
781,876 781,876 00000000000000000001a10c73e1fde1891bdd1dc35f603d0ab96bba3e19b34d 406 1.00/1.00 vMB 5
781,875 781,875 00000000000000000004dbf07576438aec78f1d26d86845f545fc979f867e70e 1,278 1.00/1.00 vMB 13
781,874 781,874 00000000000000000003c16f4050a0d6f78a5a944aa54c00c884b41e1c022d63 1,451 1.00/1.00 vMB 12
781,873 781,873 00000000000000000002cd78c94bcd9e7dc5742f1558c44595555449d992f7ba 2,511 1.00/1.00 vMB 25
781,872 781,872 000000000000000000003860641f555df1d73d4d77085708ffbfd87ee59094b1 678 1.00/1.00 vMB 6
781,871 781,871 00000000000000000000b23aaa8d294033728704fa3c9a427c4d851f394a9e63 2,791 1.00/1.00 vMB 20
781,870 781,870 000000000000000000037e4a82fb39a8fc0dc3b181aff7c9c48dab1e8849af32 1,782 1.00/1.00 vMB 14
781,869 781,869 00000000000000000005bc03676d007b759a2b11ab31f0b1cf1ea1dc72e5b4e1 1,147 1.00/1.00 vMB 9
781,868 781,868 0000000000000000000254f690975dc3b09c3fbc41f05ab25c177162d93aaa51 2,053 1.00/1.00 vMB 16
781,867 781,867 000000000000000000062571c7afd7f59e058f251fdd0816d5fcc7f826523cf5 2,243 1.00/1.00 vMB 20
781,866 781,866 00000000000000000003f31427279cdd39cac9d88e221973e493551782653767 2,702 1.00/1.00 vMB 14
781,865 781,865 00000000000000000000e164e750b0380ae8f54666aa998fb2a040637889643e 2,127 1.00/1.00 vMB 15
781,864 781,864 00000000000000000002d811d827e3d5476bfaea1ebeaa6efa9e42b68c7a63c4 1,592 1.00/1.00 vMB 17
781,863 781,863 00000000000000000001989807da90a210464a2c97ae05945a954b7fcc300fe4 3,150 1.00/1.00 vMB 26
781,862 781,862 0000000000000000000050048c71d9ef5a2e5b56e4157418d8dbd9f82d09cc32 2,215 1.00/1.00 vMB 37
781,861 781,861 00000000000000000005f1f29649a1b9b923c53c89fe879d9c96eccda671b782 2,764 1.00/1.00 vMB 20
781,860 781,860 00000000000000000003cb5a11e57b3f866b6bc474150513ff11e8607cda15f7 1,731 1.00/1.00 vMB 13
781,859 781,859 00000000000000000005daca130b956b79e2dac1469b20961e5c6b4c91f3f0fa 1,830 1.00/1.00 vMB 16
781,858 781,858 000000000000000000024c08fd2cd30e7bf2d24305d1dc5dd1d9278fa0b878c2 1,758 1.00/1.00 vMB 8
781,857 781,857 000000000000000000033c5b6c1799fb6caa10d47876e09da7581a3583f6fec5 1,776 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.33 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: 660.41 GB
    • Received: 14.73 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.