Loading Tool

Explorer IconExplorer

Memory Pool

78,021 transactions
29.11 vMB
0.08705245 BTC
Random Selection Loading Transactions
Max Size: 175.66/200 MB

Candidate Block

Mining Attempt 30959921ee132b74ab61c79494eeed14a0201283149338abee26f7e040ea747f
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 1ca5085b125e601af695767b81c41cf776b261fbe349853586c22a70a1aa7fab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,466
Size: 1.00 vMB
Total Fees: 0.02609833 BTC
Feerates: 81.07 > 2.62 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (238,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
676,955 676,955 0000000000000000000094fa7e4401be03b97598f7b2a4f8295bdf7f4fa6c6b6 2,211 1.00/1.00 vMB 28
676,954 676,954 00000000000000000006213144a7a1a084cc93113195be5d2204d325e8efbd6b 1,673 1.00/1.00 vMB 39
676,953 676,953 00000000000000000007c989e4d3c2e922e8b83b24acd358b9d120652d4bfe88 2,337 1.00/1.00 vMB 77
676,952 676,952 0000000000000000000bd8488565122ef185a27814d1b27daf22570344af7013 771 1.00/1.00 vMB 74
676,951 676,951 0000000000000000000566acb5f4f1a4cf08170551be6957b83bb10ca6be5658 2,226 1.00/1.00 vMB 63
676,950 676,950 00000000000000000003e1f74b7108304116c257dc3df4c25b41ecd3127ddd6d 1,909 1.00/1.00 vMB 35
676,949 676,949 00000000000000000001f1e9c2bb3dbd19a44f28d4da870a0bb24a2508ccbeb1 1,558 1.00/1.00 vMB 18
676,948 676,948 00000000000000000001881e100e83c26bf87151c92e1e3706fb98a4a33bedd0 1,797 1.00/1.00 vMB 33
676,947 676,947 0000000000000000000aee644f4c7372105540425822176242234c08d1420c70 1,301 1.00/1.00 vMB 28
676,946 676,946 00000000000000000000ecbc92b41f6f1dccd52e32146a3f803d1641e0eef6eb 1,583 1.00/1.00 vMB 36
676,945 676,945 00000000000000000007cb2b6d6d70b53e10b4aa73d62d96cce636dc236564a0 1,803 1.00/1.00 vMB 22
676,944 676,944 0000000000000000000acc509536c2c4a8f0338cfd1bf52bc8a4e175c2b6629a 2,214 1.00/1.00 vMB 50
676,943 676,943 000000000000000000006f6f5df170e21a71ec6befb6e015f9d9ddc4e8d5cde2 2,014 1.00/1.00 vMB 24
676,942 676,942 00000000000000000007d5beb8372f8e645a54e1d51840117d0498b119398924 1,679 1.00/1.00 vMB 34
676,941 676,941 0000000000000000000ccc7a8eab870a299edb2490de0cc15592132b4e8d5bb3 2,321 1.00/1.00 vMB 34
676,940 676,940 0000000000000000000600c70b25ae79627fbbdcf5a5fee329c5890f32b1405f 2,840 1.00/1.00 vMB 37
676,939 676,939 0000000000000000000112650595210be74064476419470f90eab4b74624ff83 3,187 1.00/1.00 vMB 52
676,938 676,938 000000000000000000044575f211b9319e6c068c76bb219381b37b766c828d4f 2,350 1.00/1.00 vMB 73
676,937 676,937 000000000000000000078f2b0314a37b54997cf2479ac296d1a1e29783d90d66 1,911 1.00/1.00 vMB 69
676,936 676,936 00000000000000000002728747e6dc66ea6b9bb72b7fd768e8ec659dac48900d 2,205 1.00/1.00 vMB 81
676,935 676,935 000000000000000000071d158cf40a0beb256cb7794672eae3211345e4ea561b 1,685 1.00/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.67 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: 673.14 GB
    • Received: 16.41 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.