Loading Tool

Explorer IconExplorer

Memory Pool

78,178 transactions
29.70 vMB
0.07156520 BTC
Random Selection Loading Transactions
Max Size: 181.46/200 MB

Candidate Block

Mining Attempt df94c2b6eaeae9e129d21669437228bb4ad92d58ea44d109b62b924fd313974e
Version 20000000
Previous Block 0000000000000000000004a53d2ccfc82210803da3fce74ac3709abde32904b7
Merkle Root 973c4616c83cbd4d4f974be38472f98bd78d1fda54e86c238b61e9d72c36a9b4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,974
Size: 1.00 vMB
Total Fees: 0.00596375 BTC
Feerates: 50.18 > 0.60 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,372 (529,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
385,938 385,938 00000000000000000db2e9f5bd806443f02e79b6b51fa98d9951021173c38443 63 0.07/1.00 vMB 23
385,937 385,937 00000000000000000d8353892a1daee61030e9aaade89e77dbee4897b2394224 1,903 0.78/1.00 vMB 48
385,936 385,936 00000000000000000d2c991eb8db1d610d199fc458a5f66c1505cb8aa2f88763 1 0.00/1.00 vMB 0
385,935 385,935 000000000000000004e042660e892e052ad39399e70aeab2cc0a718d0ddb38d2 2,274 1.00/1.00 vMB 36
385,934 385,934 0000000000000000088751044a64bdd97f035ff9719b54172d28aedf43694632 2,146 1.00/1.00 vMB 27
385,933 385,933 00000000000000000d606aa0055abd1d492bc7d016d08c7c72af2f92308c1f94 697 0.25/1.00 vMB 58
385,932 385,932 0000000000000000079de3a5cd0c7b2f89d1f40aa7b6e182ac21c632c7508a27 1,334 0.75/1.00 vMB 22
385,931 385,931 00000000000000000d44dbda42f11a09f2a4d5b3040863b9ba487a711db5a5b2 1,906 0.97/1.00 vMB 39
385,930 385,930 0000000000000000035b9a91b818ad62800d84088862b989ac18183d4070b794 1,531 0.71/1.00 vMB 52
385,929 385,929 00000000000000000376704b225d4eaf369ebac410b99c6b6fb1e35455c7a2b4 1,587 0.83/1.00 vMB 39
385,928 385,928 000000000000000003a8fbcfbd5e198e2b5cf41bcc98d3ebf29fe67590153671 1,577 0.60/1.00 vMB 50
385,927 385,927 00000000000000000828746aae1911bfc835fae75c7163c6db2e01d266c4e3f9 780 0.35/1.00 vMB 43
385,926 385,926 000000000000000009f92c214eeccd6bf4f9b7c0e5c998a12cb34ad9897a5b17 299 0.20/1.00 vMB 35
385,925 385,925 0000000000000000055e32b15c2d06537f3c8fccf942bea9195d918a006570df 1,655 0.61/1.00 vMB 53
385,924 385,924 00000000000000000200d7ff6b3cfafadb729d2c651d2c2db94dddc1a3529777 257 0.25/1.00 vMB 29
385,923 385,923 000000000000000005eb7f20b383213e6dd8aafb0bda8557757a6b575bbcf7a9 442 0.24/1.00 vMB 28
385,922 385,922 00000000000000000c4aaee9c70295bf5f5d8a0c7ba2e63854e7decd9ffb53f5 1,355 0.70/1.00 vMB 38
385,921 385,921 000000000000000007025876b240ea9b5c7ebd88b1a256c902fe80b064193846 1,311 0.45/1.00 vMB 59
385,920 385,920 000000000000000008b31013ddb828c4879acf5d2d627fc7ae80227eca0a6d1e 548 0.31/1.00 vMB 45
385,919 385,919 00000000000000000dce356d5adfc40ef80866d2a14095f951d3cbbd0cfa55cb 510 0.28/1.00 vMB 43
385,918 385,918 00000000000000000e2c5ccb46f91fe84058d94dc57a9cef36566764b1289371 1,144 0.50/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 783.04 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: 719.63 GB
    • Received: 18.11 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.