Loading Tool

Explorer IconExplorer

Memory Pool

44,787 transactions
28.14 vMB
0.06233382 BTC
Random Selection Loading Transactions
Max Size: 149.54/200 MB

Candidate Block

Mining Attempt e55429e8165d442e2b9a139c1c0713bd2d39f3c14c09e190b6cd6b0bf15e75f2
Version 20000000
Previous Block 00000000000000000001d31dd75d38543959c8b9e526cb3be5dabf3325e25fb6
Merkle Root 31691cf2c559743eac65f45c8dd2a8e69820d32a09a5a759e847039fbdf61f06
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,698
Size: 1.00 vMB
Total Fees: 0.00914243 BTC
Feerates: 361.66 > 0.92 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,850 (293,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
620,882 620,882 0000000000000000001145951e3f03a5e07a9333bba11afbe1ba2a6ed65da68b 545 0.21/1.00 vMB 6
620,881 620,881 0000000000000000000b5b495b90b20b41d27a2d5d118eaff4eaed995598f622 2,186 1.00/1.00 vMB 16
620,880 620,880 0000000000000000000b4642d07455514dadda5f584054325ac49629915b207b 1,098 0.38/1.00 vMB 18
620,879 620,879 0000000000000000000ff2b08ad512222dbf0e9228da42c4e4b243cec583f6c7 2,659 0.78/1.00 vMB 11
620,878 620,878 000000000000000000108843600d1ea038626269ed0d5ad2a8645d86e9c56529 2,813 1.00/1.00 vMB 12
620,877 620,877 000000000000000000051fda9c6ea047c1cc2ed350922688af0b0bb4d66e82a7 2,726 1.00/1.00 vMB 16
620,876 620,876 00000000000000000011c7d8e058084e0334a72e8af13d6952011a50027baa5a 754 0.29/1.00 vMB 10
620,875 620,875 00000000000000000003b5ed6b1600834df612a92af73cd552473407e586481e 345 0.14/1.00 vMB 7
620,874 620,874 0000000000000000000d3b78c221f2119ab37c9da212c22d43990d4d2ab3b76d 721 0.33/1.00 vMB 24
620,873 620,873 0000000000000000000302ab91d469b1b55321e880684c12dfe849aea15647d1 1,735 0.73/1.00 vMB 10
620,872 620,872 0000000000000000000b72e7158b86e441b332d8542b0f3c2bdcbcec0f7ad82b 408 0.28/1.00 vMB 8
620,871 620,871 00000000000000000001dd413e790dc6b438eb87e5eca50505063ae4ea484aa6 3,237 0.95/1.00 vMB 14
620,870 620,870 00000000000000000006d5e0870fcbd52c44e4f991fee97b2e849e2a37c8de3a 1,443 0.47/1.00 vMB 13
620,869 620,869 00000000000000000003fb6efe77c29070e217cb27ceaf9b8168a881e9e7a979 2,443 0.68/1.00 vMB 14
620,868 620,868 0000000000000000000508c3c9af661d5f520dc85958da1ec213022e541f0fa1 162 0.04/1.00 vMB 13
620,867 620,867 0000000000000000000559ba18ff1ec85f6e91e70c211f3d405b5f3573cf8fa4 2,903 1.00/1.00 vMB 14
620,866 620,866 00000000000000000004204cc34b90e1f5cbd18aaf7dc745600d3beef9a4935b 3,149 0.96/1.00 vMB 6
620,865 620,865 0000000000000000000119eb82cf706e7b4331590cbc178d59cef1a130fc1de3 2,617 1.00/1.00 vMB 3
620,864 620,864 00000000000000000003a2f6152595c551e3b4dd4db99a1c10f7c2ae28f70c73 2,465 1.00/1.00 vMB 22
620,863 620,863 0000000000000000000a1d553a7590291d0ff8b552b1d9ea07828c5ff67a48a0 2,636 1.00/1.00 vMB 10
620,862 620,862 0000000000000000000a56964832e91b844e8c8d115f87c4672f2fb0d9555df0 1,272 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.12 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: 652.16 GB
    • Received: 13.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.