Loading Tool

Explorer IconExplorer

Memory Pool

82,933 transactions
31.08 vMB
0.09096421 BTC
Random Selection Loading Transactions
Max Size: 190.70/200 MB

Candidate Block

Mining Attempt 5ab920d6121465fd202fa79d3c758595db0a3e7563b2bf71e49ddeea0a2b2236
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 35647d38ea1a382ef0baa16bbdb7462a7dc2acf04228ac541cc7da01b92e6ca6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,815
Size: 1.00 vMB
Total Fees: 0.02097313 BTC
Feerates: 301.57 > 2.10 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (268,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,955 646,955 0000000000000000000be73dbb35b8e0c0e7100f465e09a7764404fd2221c7fe 2,059 1.00/1.00 vMB 47
646,954 646,954 00000000000000000006a4f6fe7afbe10a3fa30256ff8acd1623ce8cf3ba4c3a 2,058 1.00/1.00 vMB 55
646,953 646,953 0000000000000000000ad514b3040c1e92c99c38bd8d0c5712edb0bd0ca534cd 1,450 1.00/1.00 vMB 87
646,952 646,952 0000000000000000000729c73483ac61d1945e45b5544a8b8773c6b2daa2bde5 2,405 1.00/1.00 vMB 121
646,951 646,951 00000000000000000000aac31f6d85ed19b83cc31069ab5ee415b2b8afa6ada2 1,852 1.00/1.00 vMB 6
646,950 646,950 0000000000000000000260fa968ea6ded9cbca5309d25735643f69c9214befbe 1,941 1.00/1.00 vMB 29
646,949 646,949 0000000000000000000735e7d1fba821318658574d45eec8e31ecf2a5ee8d590 1,427 1.00/1.00 vMB 106
646,948 646,948 00000000000000000005b491adb94c9d275a5b916815b04de063ebeeaba0c033 2,403 1.00/1.00 vMB 70
646,947 646,947 0000000000000000000b16c01058a5c8ec1345a0847581ca5f4b57d8551cae47 1,287 1.00/1.00 vMB 12
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
Previous 10 blocks ↓
Total Size: 782.78 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: 709.54 GB
    • Received: 16.92 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.