Loading Tool

Explorer IconExplorer

Memory Pool

49,192 transactions
29.82 vMB
0.09616692 BTC
Random Selection Loading Transactions
Max Size: 158.87/200 MB

Candidate Block

Mining Attempt e47794e88d6a7e5b7cad504d3079c98dfe43ff74fdb140cea2f42d2f49676ac0
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root ddd6d6a938d7eaca90817f38a65d300618ac74beda20b792e7a3538d62744a76
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,233
Size: 1.00 vMB
Total Fees: 0.03253574 BTC
Feerates: 150.68 > 3.26 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (861,956 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
52,890 52,890 000000000d796e8e928b30f5239363c3d9c9674ef8284aefdc14b0b6991516ec 1 0.00/1.00 vMB 0
52,889 52,889 000000000468f54249b14f1d15731902930c61879bc32284ae37f05ad3cf0031 1 0.00/1.00 vMB 0
52,888 52,888 000000000300145f93ea73c24e010ebe8b0fb56017d0457ccc87314143304f36 1 0.00/1.00 vMB 0
52,887 52,887 000000000d5f52aad3b06cade007d36abb6cfcda33cbcdf270fc041d46c3f754 1 0.00/1.00 vMB 0
52,886 52,886 000000001186b2215032b8ddcb31712843bf0086a7e69293a98f917a64e74f5a 1 0.00/1.00 vMB 0
52,885 52,885 00000000132c16d6a8f8ca175fea17629d11d42e0e03c1f121000aabb3605166 1 0.00/1.00 vMB 0
52,884 52,884 0000000001c1fc017a18ad545ab9dd4d53f584912d9aa6e8f4c5200c70dd6624 1 0.00/1.00 vMB 0
52,883 52,883 000000000393df9e8a50c3c509e911b61c752e589b99fd66d8b50a1bcae466fd 1 0.00/1.00 vMB 0
52,882 52,882 0000000015d5ed56f4529ede637aa395dbde75822933b31b3ce65e68436f1de3 1 0.00/1.00 vMB 0
52,881 52,881 000000000e1e0abc5b61ed704170432c5cc62583a6cca48e7b501fa71e8c64ac 1 0.00/1.00 vMB 0
52,880 52,880 000000000d53b4f3b0f89852b225b3547640ce8837c06067ab4c7696254fdd3d 1 0.00/1.00 vMB 0
52,879 52,879 000000000977e617338b52e86dc6fb1ac388cab846f74b8572945f280ac05a9b 1 0.00/1.00 vMB 0
52,878 52,878 00000000007ab188d2df4db91fed8a2c9b04d74018cee29e37a330afdf74b71b 1 0.00/1.00 vMB 0
52,877 52,877 00000000019dae6d931e6fd0ca0b2430bc5432ad5f2de2d458c56033ce4f443a 1 0.00/1.00 vMB 0
52,876 52,876 0000000006a6b9dd0aabc9f7b2fdde6ec8b193ba171a1a87f2a9ec2ce65d22bb 1 0.00/1.00 vMB 0
52,875 52,875 0000000004e954e7011ba7b5f1707f044278afab2820b1991206423db8e291b1 1 0.00/1.00 vMB 0
52,874 52,874 0000000009c2988ef6fe89216fcf95cf45b1f9efb3fe8d82cf4d8325fef810e6 2 0.00/1.00 vMB 0
52,873 52,873 0000000013ad23d4db554653f983b62380ac28d70621356305a08dc696a29f92 1 0.00/1.00 vMB 0
52,872 52,872 0000000007abd485619c6e94eb5aa23f9a4875521250ae8a3ef0e098b362041e 1 0.00/1.00 vMB 0
52,871 52,871 000000000a09d79b4189165228d85b37f2e2852526eded8a16dbe9ca4f032e06 1 0.00/1.00 vMB 0
52,870 52,870 0000000002625b01a567f4b54513f44bf144227b97f0ee1904bc7ac39cc84faf 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.