Loading Tool

Explorer IconExplorer

Memory Pool

56,089 transactions
31.87 vMB
0.20400246 BTC
Random Selection Loading Transactions
Max Size: 171.83/200 MB

Candidate Block

Mining Attempt 175a6390e1cf8ad2840689c0c662c5cb812f5446855b185feb012df7764064db
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 6c602a230f1e15777a930aaf6588e5dcab375157bd2975dead175ffc1e43e946
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,513
Size: 1.00 vMB
Total Fees: 0.09281381 BTC
Feerates: 502.67 > 9.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (126,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
787,945 787,945 000000000000000000043ee6ad8925f3b5f7f986b0aae5f34495485f29cd2d04 4,020 1.00/1.00 vMB 72
787,944 787,944 000000000000000000027c2fdd32d6e47f7c3a6eb48d44be7978f46f7e572048 4,136 1.00/1.00 vMB 70
787,943 787,943 00000000000000000005c634a7a98f8c9f370d44eddb4678161f01dcf5997d87 4,388 1.00/1.00 vMB 69
787,942 787,942 000000000000000000021b1ca53fd746da20fbc08c82036abf55f09e8918dfa4 4,178 1.00/1.00 vMB 83
787,941 787,941 000000000000000000015da0277901416dddaf936c6a6163365c2b02a25b9923 1,983 1.00/1.00 vMB 86
787,940 787,940 000000000000000000025c736e26b675b75063ad328afc5bcc4b5ed374c9c367 3,402 1.00/1.00 vMB 81
787,939 787,939 000000000000000000010f7838286a9c01a1d72eb4ddb43241e1f51ab62225fa 3,441 1.00/1.00 vMB 70
787,938 787,938 00000000000000000000dc30257ce6a304ce70e97ac2842d4e7d95cd661a69db 4,376 1.00/1.00 vMB 63
787,937 787,937 000000000000000000053d881c508a1b6a782b6582a49a055728aca480ddf8aa 4,711 1.00/1.00 vMB 64
787,936 787,936 0000000000000000000364fc4e8ef1b15dc0c778cb5e948976a325f655c45435 3,873 1.00/1.00 vMB 76
787,935 787,935 00000000000000000001eaf41357f50c4894c3bc2f4f45697a867fa8f3fd05d6 5,144 1.00/1.00 vMB 66
787,934 787,934 0000000000000000000512c31b4d7a6a13ce19245f3cb7ecb8287ceb0a2c1dcf 3,905 1.00/1.00 vMB 71
787,933 787,933 000000000000000000018fe4e0986186fd5f67014467d1559e3a92082c1392aa 5,365 1.00/1.00 vMB 69
787,932 787,932 000000000000000000022ffe57a0cabf47c626abd3f760135f341c2ab7a9db57 4,123 1.00/1.00 vMB 74
787,931 787,931 00000000000000000002abeee8a436d31c622adf438833a6b4d26a03af63c047 4,463 1.00/1.00 vMB 73
787,930 787,930 0000000000000000000349920e874d48a76a3d7fca014d8cfd438d285d43414c 4,262 1.00/1.00 vMB 58
787,929 787,929 00000000000000000004ba86c29280fd10fb2b1c41f5661b60182d135640ac89 4,322 1.00/1.00 vMB 67
787,928 787,928 00000000000000000001cd9e7a52939ef0ca8da53b13577ac63abda95cbb5452 3,052 1.00/1.00 vMB 77
787,927 787,927 00000000000000000003f99c0f703365217730f202a53ffb3ebc1870c5611eb4 6,295 1.00/1.00 vMB 58
787,926 787,926 0000000000000000000100dd54fc07adff0bbbd00360ff7db8bd854eef70067b 4,962 1.00/1.00 vMB 63
787,925 787,925 0000000000000000000435ca632e63cef73c2c8bb1e0b667d17c0ba81d39288a 3,768 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.06 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: 651.13 GB
    • Received: 13.42 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.