Loading Tool

Explorer IconExplorer

Memory Pool

33,506 transactions
25.18 vMB
0.05219358 BTC
Random Selection Loading Transactions
Max Size: 127.70/200 MB

Candidate Block

Mining Attempt 10ad8ecdb8650ad757c881f92e47a4749b7d821d7c618ef3cc867f4c465f07e8
Version 20000000
Previous Block 0000000000000000000074bf840b18a4cea5fa4231ffd406f8a6d64d5e33982d
Merkle Root 046676921ee78ba8448cf6304d0a3244a5125738ac138bde89e3dcf98ab0522b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,367
Size: 1.00 vMB
Total Fees: 0.00664235 BTC
Feerates: 93.93 > 0.67 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,669 (527,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
387,578 387,578 000000000000000008d316eaa2ac412f5d9828f8a8016ef2195b2912e07b7ca6 1 0.00/1.00 vMB 0
387,577 387,577 000000000000000005c56baec50d7ff21a89f55104ee3614b4752e8dcf53fe29 2,676 0.75/1.00 vMB 65
387,576 387,576 00000000000000000638dc11dbc5af9e54a1a1a0d5a96f6c6fe75b42700b13fc 1,725 0.93/1.00 vMB 26
387,575 387,575 00000000000000000d996f3e58a5b270ea264edcf6611249fd254bb1a4552e72 1 0.00/1.00 vMB 0
387,574 387,574 0000000000000000005a3f401c1af8db0fc975bb83d87b49cbad6c0acdb31253 2,866 0.93/1.00 vMB 51
387,573 387,573 000000000000000002976264779d4e28042986a7fd42e0eec2c9075b2975bdd6 2,844 1.00/1.00 vMB 43
387,572 387,572 00000000000000000083403332f6e729c067eb365f51add5ef6efce8c8cbcfa2 645 0.51/1.00 vMB 19
387,571 387,571 000000000000000002338782b9181f60894588cf3e37dff82dd4f6ca42ba3995 474 0.28/1.00 vMB 27
387,570 387,570 000000000000000002479d3054c4a6ffa05287818630799315b5e2c6e81566ce 551 0.27/1.00 vMB 27
387,569 387,569 000000000000000006fc65f5812134ac4469be2e22f28f711b3dbd506bd9c2ac 1,101 0.55/1.00 vMB 31
387,568 387,568 00000000000000000ad327d3903c5c3e6868ececea126d1cb4a4e13f0efe9b16 245 0.72/1.00 vMB 8
387,567 387,567 000000000000000007ee686fce648cd32b091b309aeaae6f96b423e499395ca9 2,059 1.00/1.00 vMB 33
387,566 387,566 000000000000000006d0c3e2b17cc99a693b6c8fb8abc2a52d4b644b77ef1484 2,184 1.00/1.00 vMB 37
387,565 387,565 0000000000000000088ee707341de8ab392f7fa3ceb19a19dc94b05e6e11ff08 591 0.42/1.00 vMB 24
387,564 387,564 00000000000000000974a225fafbed9c4cc0c40e03e51cdc0d0db1fa3d97de66 937 1.00/1.00 vMB 16
387,563 387,563 0000000000000000076102a200770177bcd5349bce3287b5195927a8e1b014ca 2,152 1.00/1.00 vMB 31
387,562 387,562 000000000000000008d11aa682865e197613b9f6ace7b0c9b249bb8ea73921d5 3,098 0.95/1.00 vMB 56
387,561 387,561 0000000000000000011feebf3a0d98a6e15bfd5c2ccb651124e2e4d12d176321 1,348 0.50/1.00 vMB 51
387,560 387,560 00000000000000000b9ccf210cc6d392e6c82bc048ae8240054109c43e58cdd0 1,490 1.00/1.00 vMB 26
387,559 387,559 0000000000000000049b8e17845fb4efd7ba77cc2d0b3589fd88a807747c8ee4 525 0.89/1.00 vMB 12
387,558 387,558 0000000000000000001d33199e238b89e877901ba3a2e4366eef6fe077abe1ce 302 0.13/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 781.80 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: 634.69 GB
    • Received: 12.26 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.