Loading Tool

Explorer IconExplorer

Memory Pool

74,778 transactions
27.76 vMB
0.07484094 BTC
Random Selection Loading Transactions
Max Size: 168.91/200 MB

Candidate Block

Mining Attempt f69d972e181ff2ebf4ba6a39615bebfadd6ac109b3ba3170b2fd4f44d6844cec
Version 20000000
Previous Block 00000000000000000000333bb349bd4a528f0e80d3cc81bd16791bcab0dd2b8e
Merkle Root 2e7f2e27170998b6aa8ab14098bcaec902b7e8223bde89a039bb04c92174bf91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,721
Size: 1.00 vMB
Total Fees: 0.01549289 BTC
Feerates: 71.37 > 1.55 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,254 (45,311 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
869,943 869,943 00000000000000000002b13234e7a002f23a5df02c3f09da27fda8db539d07cf 2,111 1.00/1.00 vMB 10
869,942 869,942 00000000000000000001960b45e60c45a91981ab01fcc4e125a90c7a0bb3ce2b 3,253 1.00/1.00 vMB 5
869,941 869,941 00000000000000000000a12622bd10d15ff7b8024c1c68a402642475cf30b890 3,113 1.00/1.00 vMB 3
869,940 869,940 0000000000000000000053d9ac4f7841d06fbd9b0de95f1155d248df967a03c0 3,416 1.00/1.00 vMB 9
869,939 869,939 00000000000000000001c0ec82a4fe77d23b1da935b02882ca6773580f034587 2,826 1.00/1.00 vMB 7
869,938 869,938 000000000000000000020801a942403e54932a4fc1eae3c6bf37f81d78cf3da1 1,553 1.00/1.00 vMB 7
869,937 869,937 00000000000000000001467ed6202aec68e9923593b893f60f30f682b0e302e2 2,396 1.00/1.00 vMB 5
869,936 869,936 00000000000000000001e15ae3b2c4c41b464bbb103e4e56e9dae05ac48b44c7 1,965 1.00/1.00 vMB 5
869,935 869,935 00000000000000000001ecbb33c82197fe9b1d5e79a0e957ec09dbbc0ab5ae7f 3,001 1.00/1.00 vMB 10
869,934 869,934 000000000000000000019fec1e9538764cb0387c293c54d9d8ffade59ac235b4 2,155 1.00/1.00 vMB 8
869,933 869,933 000000000000000000019b6f210c28be5be24ec48b4e92957df322432f483953 2,071 1.00/1.00 vMB 6
869,932 869,932 00000000000000000001e0adafe004365795afb5b019327af83a10a66d7d65f5 2,395 1.00/1.00 vMB 9
869,931 869,931 000000000000000000020d77c16bf3836faf1ef3af28f5f31fbdd8955557d6f0 2,371 1.00/1.00 vMB 9
869,930 869,930 000000000000000000028c92776d927fec10fc3d6d1642b7e39b2a4367ef4662 2,636 1.00/1.00 vMB 12
869,929 869,929 0000000000000000000143ddc40c4360c951f16fd305f851c765fd356fe90f50 3,115 1.00/1.00 vMB 14
869,928 869,928 00000000000000000000194fab985cb78bc57521950dec7e42fcd9ef6b5850e5 2,720 1.00/1.00 vMB 16
869,927 869,927 00000000000000000001789114ca3850a0517277a583261026b53d4d19ce1e8f 3,093 1.00/1.00 vMB 21
869,926 869,926 0000000000000000000247a4f9bd63b56260c3a194c6380d2a9a43a6b8780ab3 2,217 1.00/1.00 vMB 22
869,925 869,925 00000000000000000001d512cccd2cb24a93ded04131e5458d7108ced8767fe3 3,530 1.00/1.00 vMB 27
869,924 869,924 00000000000000000000256553b3e14666e260034f2f6e87cfea39b46fd4604d 3,549 1.00/1.00 vMB 28
869,923 869,923 000000000000000000000a4d3b1a9c8bd7ee928c22446a1168b3d26326cca6cc 2,910 1.00/1.00 vMB 19
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.78 GB
    • Received: 17.12 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.