Loading Tool

Explorer IconExplorer

Memory Pool

34,705 transactions
26.41 vMB
0.05358879 BTC
Random Selection Loading Transactions
Max Size: 133.05/200 MB

Candidate Block

Mining Attempt 5708ce504f1d49e54a4fe3c89e5738f4698fe5517ab1b6cfc7e39d2bd8d31e03
Version 20000000
Previous Block 000000000000000000015e18bfde629943124343fdb98c0d80831309061b5bfd
Merkle Root 852458ded54222808f6e9bbb0d815ef7f1f483a3789a83bbe95014188cabae7d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,840
Size: 1.00 vMB
Total Fees: 0.00456428 BTC
Feerates: 75.10 > 0.46 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,647 (351,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
562,914 562,914 0000000000000000000156a783af0a048d6d5e404aad427103fd9f23a6d66a30 3,137 0.99/1.00 vMB 8
562,913 562,913 0000000000000000002b98d38a283249e8da7a111e4d1fd7ff0b81188671ab8a 3,199 1.00/1.00 vMB 21
562,912 562,912 0000000000000000001523d3a284a054eba379dbd6fba066baf10da286f2cc85 3,257 1.00/1.00 vMB 27
562,911 562,911 0000000000000000001f312cbf6ad04476fef0b9fd1b18e4ffa261546f18df5f 2,865 1.00/1.00 vMB 21
562,910 562,910 00000000000000000008946b5e08cb5909ac8c815c0be4a66278b70cd9020d5f 197 0.05/1.00 vMB 20
562,909 562,909 0000000000000000001320d9b6f65f79ed6c0218c1bfe30c393594db1c889fe7 1,188 0.45/1.00 vMB 24
562,908 562,908 00000000000000000019478d5144610fac8fb1f8b71235635fabf97f80bd20a3 963 0.49/1.00 vMB 24
562,907 562,907 000000000000000000124c77c4c4bff67edfe401cc0d273194f73fd3c32e1ad3 1,227 0.36/1.00 vMB 19
562,906 562,906 00000000000000000007f581b5d06d2d63ae47f5b4506361fe9a02d969854780 253 0.07/1.00 vMB 14
562,905 562,905 00000000000000000022cc2f0eb1a480f09b6026cf5344adddd35159a3333771 2,764 0.97/1.00 vMB 21
562,904 562,904 000000000000000000226f81208aa63200d171a698cf255c34d9686983a52e06 1,932 0.72/1.00 vMB 5
562,903 562,903 000000000000000000292207fe80c1909465ca859773d804ae7c22e6fd2bb4e7 2,930 1.00/1.00 vMB 21
562,902 562,902 00000000000000000018e8c5c92b5d219a6a7b2a35b05137f752d606a0cb47e8 2,702 1.00/1.00 vMB 26
562,901 562,901 000000000000000000068d60f63dd157b6bd45c933f0228d4c2497a23fc870c5 1,733 0.58/1.00 vMB 6
562,900 562,900 000000000000000000044eb66e67343d2b21687724e252dc7d21f5d3ecf12305 2,852 1.00/1.00 vMB 21
562,899 562,899 0000000000000000001a05885b3974cb0d1a99f8f0e2a002121a69283074c818 2,732 1.00/1.00 vMB 10
562,898 562,898 0000000000000000002c656c14818c2fc5ba007f08fd55b5c17c1fb77d9798ee 2,765 1.00/1.00 vMB 11
562,897 562,897 0000000000000000001c50c5f2e15b98be18f375158ffd72b1bbaadbf8090bd2 3,032 1.00/1.00 vMB 24
562,896 562,896 0000000000000000000964e01f197b3e441aec511899a4bfd876734ef38d8d1c 2,784 1.00/1.00 vMB 30
562,895 562,895 0000000000000000001784800be32e70700ef956e622eff0f685262285c193c2 2,727 1.00/1.00 vMB 29
562,894 562,894 0000000000000000001d4df424175c6d47b84af0a685c4157755b0d166526389 2,956 1.00/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 781.77 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: 632.63 GB
    • Received: 12.13 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.