Loading Tool

Explorer IconExplorer

Memory Pool

84,966 transactions
32.81 vMB
0.15210820 BTC
Random Selection Loading Transactions
Max Size: 195.73/200 MB

Candidate Block

Mining Attempt c5c24f9245b30de3f718d64f94ef0a8932f3e78b6cbc993e581fcb8db087c1f9
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 15a447df7b93314e632343449537a9a8204e0b82707629800b5d9ba19362aff1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,594
Size: 1.00 vMB
Total Fees: 0.04686626 BTC
Feerates: 318.30 > 4.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (529,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
385,944 385,944 000000000000000008b46a83df9582a4176e104465d8bac963199121b716ed75 627 0.26/1.00 vMB 35
385,943 385,943 00000000000000000bd1e501d09667da3d8a7cfb4aedcb63000033612f5dd909 1,110 0.56/1.00 vMB 27
385,942 385,942 000000000000000008b209a9fb674ec57872154cc6cf25de6cd4dc6365122ea8 469 0.20/1.00 vMB 59
385,941 385,941 00000000000000000b37b1ae77325a05b738cc79299976d79881f93f50f90201 723 0.34/1.00 vMB 77
385,940 385,940 0000000000000000097e2b3efb2bb485192e59ec58edfa3051e7dd2e30a477cf 1,026 0.52/1.00 vMB 36
385,939 385,939 0000000000000000065c4d1d9a9189fe5e2ebf5df5a231ae068e19649c1d24f1 59 0.07/1.00 vMB 22
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
Previous 10 blocks ↓
Total Size: 783.00 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: 718.85 GB
    • Received: 17.96 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.