Loading Tool

Explorer IconExplorer

Memory Pool

74,117 transactions
27.35 vMB
0.06534421 BTC
Random Selection Loading Transactions
Max Size: 167.04/200 MB

Candidate Block

Mining Attempt 01006972fc2b5857ca4a1b863ce9aa5800201ac14ef8f73c14b562d06e3f4fe4
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root 1132c7afc86e5e728c2a6f564eac444b0cebabc9579ad1308b7ad0868cfde202
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,452
Size: 1.00 vMB
Total Fees: 0.00724160 BTC
Feerates: 100.53 > 0.73 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (511,667 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
403,584 403,584 00000000000000000379becf33dc5804dfc57ba7b7f8dda464f044cbe38759f3 1,396 0.99/1.00 vMB 22
403,583 403,583 0000000000000000062aa96fa1b9b5d200636a71d2f264b327d42ac79580ec6f 2,411 0.93/1.00 vMB 56
403,582 403,582 00000000000000000068e5517f664ece39563d1596a992447e1dbb1f97bfa24a 1,456 0.88/1.00 vMB 35
403,581 403,581 000000000000000005ac4bc2606bbd0cb930efe03081b8827555924797b2fc38 2,300 1.00/1.00 vMB 59
403,580 403,580 000000000000000000a077a6e21f2ed0e7e458cb7154b7b25e52290220ebecad 1,701 1.00/1.00 vMB 41
403,579 403,579 000000000000000002321d30e35577fce2c745ba44446674a5933093e3f167a1 1,967 0.93/1.00 vMB 46
403,578 403,578 0000000000000000059ca83a71e72080380f781e1b639cd3f45d9f02c08d1f93 2,986 1.00/1.00 vMB 62
403,577 403,577 000000000000000000c084e5d0e72db32e3c9334e7abb204d8f86e605f46fd94 1,853 0.75/1.00 vMB 48
403,576 403,576 0000000000000000025e966c82e25e5c392c02b916b9500916b762c1ed8d9745 746 0.58/1.00 vMB 23
403,575 403,575 00000000000000000539d2c586e47e9cb3a4011a34dd3128ace9cdb490da8187 867 0.42/1.00 vMB 34
403,574 403,574 0000000000000000004b97680b6e68183476d26ce0e5f1e5346f0e94506983bc 1,303 0.68/1.00 vMB 29
403,573 403,573 0000000000000000034f309b9c446fb54e0965ebdb9d7bc7ca821544688bf5df 1,172 0.47/1.00 vMB 39
403,572 403,572 0000000000000000011deaa49c5dbde1d1ced9e2ae2b19f225495f9de0f965de 2,048 1.00/1.00 vMB 33
403,571 403,571 00000000000000000171a76dc81fd178b8fff2aa05fd68751d097ba17305b181 1,847 1.00/1.00 vMB 30
403,570 403,570 0000000000000000037113faa9f97ae4ed11c4b65318ce035d28ed9fc81792a7 345 0.16/1.00 vMB 44
403,569 403,569 00000000000000000380bfb865e53d16b1cf6b9159af9a64afa1eb667c581cef 288 0.21/1.00 vMB 21
403,568 403,568 000000000000000004fadef36167a3a7acbdc21d1a988b67e03e207a8c8efa9e 2,154 0.93/1.00 vMB 46
403,567 403,567 000000000000000002295e1cc23ab558794b446d40989191bd8eed7e8055fa16 2,917 0.93/1.00 vMB 60
403,566 403,566 0000000000000000051369476ee1afdf076cba3aedf5d93d7a65bbacd6c754a7 1,266 0.59/1.00 vMB 36
403,565 403,565 000000000000000005179397c1fd1b7577c17c2748ffbc74779bc2952b7301f5 914 0.45/1.00 vMB 37
403,564 403,564 0000000000000000063e2d40234a99a88b1d9a4d2f2180eb43e6a6324eab2356 522 0.34/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.83 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: 711.63 GB
    • Received: 17.10 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.