Loading Tool

Explorer IconExplorer

Memory Pool

74,873 transactions
27.64 vMB
0.07413844 BTC
Random Selection Loading Transactions
Max Size: 168.81/200 MB

Candidate Block

Mining Attempt 7520adbf5deb8637b7dacaaf576e624b7806473d9a9c37fc97ce548af19fda42
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root a2b262e75b7244fb566cb820b3fd90690e110b9124c9227c38b3f8a10661fb96
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,468
Size: 1.00 vMB
Total Fees: 0.01473359 BTC
Feerates: 100.53 > 1.48 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (268,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,946 646,946 000000000000000000085aa853fd771b98ff01577c18165dfe64583ee3b96aff 2,652 1.00/1.00 vMB 90
646,945 646,945 000000000000000000096ec659ba8b9f5cd6f6b75dd0aee500c164a04f9782e6 2,461 1.00/1.00 vMB 129
646,944 646,944 00000000000000000002597b5cac0f9f4ee3d4d7abf3a6850f7d6b429ad808e5 603 1.00/1.00 vMB 3
646,943 646,943 0000000000000000000a35f0c5b144f5030fffe7aaceb734868b432b7c82b066 1,318 1.00/1.00 vMB 19
646,942 646,942 0000000000000000000c3460e3fc89c6a20fcb4f35cbd1fe1f99d1a9ed160868 717 1.00/1.00 vMB 12
646,941 646,941 0000000000000000000ecb9d7b39484bab8bde23859ce59a22ffef46735fe95f 1,736 1.00/1.00 vMB 42
646,940 646,940 0000000000000000000b08b64f625bf4c51d0a34ebaef2b7451c0840149f7ff6 1,090 1.00/1.00 vMB 22
646,939 646,939 0000000000000000000512525ccbabdd1b4fa0bdde493a5f34b0d60f739e4f89 1,470 1.00/1.00 vMB 42
646,938 646,938 0000000000000000000e65391ce036abd77d917b7f8ed1af3155fd3d2d3bda90 718 1.00/1.00 vMB 10
646,937 646,937 00000000000000000009991ed5adeffdef40559a87089b44ffabd5b4b53054cb 1,836 1.00/1.00 vMB 91
646,936 646,936 00000000000000000009679fb0019ec9415250543623a7a865c21db5655c08ec 707 1.00/1.00 vMB 17
646,935 646,935 0000000000000000000f7faf8395eb87fcf515ad220d22224986ff44e022aa23 2,055 1.00/1.00 vMB 46
646,934 646,934 000000000000000000083a5945186855fac4c58e0419e2fe74c43dc8c40b0745 1,522 1.00/1.00 vMB 28
646,933 646,933 0000000000000000000e8eb8ce579e8ebea050ea8585b3a75a291b6520bc6009 1,518 1.00/1.00 vMB 27
646,932 646,932 0000000000000000000e483f037b272613387ec2c784b4430fa03050f73a9c1c 1,298 1.00/1.00 vMB 36
646,931 646,931 00000000000000000009b5a046d7c16c872dfcac45eb130f37fea73656aa1b21 1,530 1.00/1.00 vMB 39
646,930 646,930 000000000000000000020b4abe014710af980e4f74d15fd1102297f1929baf45 556 1.00/1.00 vMB 17
646,929 646,929 0000000000000000000ac213bb8e1a2d1b0b38d5f5e9f55ffa20e7b3e4a4f672 79 1.00/1.00 vMB 5
646,928 646,928 0000000000000000000f5ea8447d642b02f0ddfed6773ce4924ee024dc015d43 1,732 1.00/1.00 vMB 41
646,927 646,927 000000000000000000000bfb6934901e20b87d3cc823e87dfe9f757df6a7218c 1,193 1.00/1.00 vMB 8
646,926 646,926 000000000000000000017654c28ce9c856b0ef7415917ad7f78fbd6b04ac39c4 2,998 1.00/1.00 vMB 96
Previous 10 blocks ↓
Total Size: 782.83 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: 711.65 GB
    • Received: 17.11 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.