Loading Tool

Explorer IconExplorer

Memory Pool

27,139 transactions
25.42 vMB
0.06123286 BTC
Random Selection Loading Transactions
Max Size: 138.83/200 MB

Candidate Block

Mining Attempt b80791833554aa0e2b5acbc191cd238bebdd2f8445d39202b0860402fd4faf20
Version 20000000
Previous Block 00000000000000000001a9fa97fbbc30639ec314a6e7913fe65346cfc2969d0d
Merkle Root bc6500a5821ef8f6c40fdac33ef5c78acf90442171553b38f79e9d068feaa514
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,140
Size: 1.00 vMB
Total Fees: 0.03183665 BTC
Feerates: 1,007.55 > 3.19 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,057 (91 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
940,966 940,966 0000000000000000000087e70bf9810ca521284529da3b939267e4aafc01aff3 4,384 1.00/1.00 vMB 1
940,965 940,965 00000000000000000001902dac1cd12a78cb248b3a369f436003c6225ba6105f 4,141 1.00/1.00 vMB 1
940,964 940,964 00000000000000000001521924ce06faac091c0fa153d22caf4a9285bc15c11e 1,364 0.52/1.00 vMB 2
940,963 940,963 000000000000000000014e7db514c67528f8806ec6b7fa924f9b87a0f9a7a123 3,283 1.00/1.00 vMB 1
940,962 940,962 000000000000000000003a2ff765c4c36efc9d4cfbb3be3c0b31034f77887c24 2,173 1.00/1.00 vMB 2
940,961 940,961 00000000000000000001f072c83fd9a3d32e485b6be8d5d6bdd2a5678fc006bc 2,528 1.00/1.00 vMB 2
940,960 940,960 000000000000000000000dd2aad6857f3fa9c4d02b6a4c0bbb86b4b8005ce351 2,405 1.00/1.00 vMB 2
940,959 940,959 00000000000000000000c4e0c57430a33f2f8a86afacee903e52c639e24e07e0 2,674 1.00/1.00 vMB 3
940,958 940,958 000000000000000000010af65044c34115d1680d4ca3c3d5c51d93c2ea5f9f8c 2,597 1.00/1.00 vMB 3
940,957 940,957 00000000000000000000f2d71ac8fb6affe12e3fec000108b6583555efcb98b9 2,768 1.00/1.00 vMB 5
940,956 940,956 00000000000000000001567a35d3dcad1390e6c9854f5e7f62df543879fdd6e0 3,207 1.00/1.00 vMB 4
940,955 940,955 000000000000000000011fe00a03e6aaa010316d16ac7e2eaaaf2ac22598787c 3,774 1.00/1.00 vMB 3
940,954 940,954 0000000000000000000007780ba20fcee643327a4babb75123477d43370e00dd 3,016 1.00/1.00 vMB 3
940,953 940,953 00000000000000000000b84dd91f00d705ccdb1b2d0bad08818b983aea0c8f62 3,664 1.00/1.00 vMB 4
940,952 940,952 000000000000000000002ed8365a47cb2924557e375d13f592ff3641456db29b 2,628 1.00/1.00 vMB 2
940,951 940,951 00000000000000000000644dfa444e76eb897397c77a725acad8792fb0eb8aba 3,580 1.00/1.00 vMB 4
940,950 940,950 000000000000000000003264abcbdc1360fb70c78193bbf4d52ae67727bd29fc 4,278 1.00/1.00 vMB 1
940,949 940,949 0000000000000000000021585c6413d11c38660c7099263e70800020332f78f2 2,650 1.00/1.00 vMB 1
940,948 940,948 000000000000000000014ca1589b07b9acb347e19d0f549b23fd192e05b9cf9c 2,394 1.00/1.00 vMB 2
940,947 940,947 00000000000000000000fbe0f0afcae8db12d2cfd9aee93d1200e2e26e664b2c 3,842 1.00/1.00 vMB 4
940,946 940,946 00000000000000000000e8d538e4137314887f6b04965c5c7fbf8bdbd3117f6b 4,053 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 828.66 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: 4,608.77 GB
    • Received: 248.38 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.