Loading Tool

Explorer IconExplorer

Memory Pool

84,566 transactions
31.71 vMB
0.10853930 BTC
Random Selection Loading Transactions
Max Size: 194.44/200 MB

Candidate Block

Mining Attempt 10d7f2b9ce919287e0e0c72e2ae5118d46f0248b193c348e7a3520201e9a5a1c
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root a7c1ddf768b2c93b9f56bdd1c69c9dcc38fbb5b1a2c3ef9cf4d5b41844ff8f5f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,112
Size: 1.00 vMB
Total Fees: 0.03393401 BTC
Feerates: 504.27 > 3.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (511,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
403,587 403,587 0000000000000000029b4cffb38a55c18e09b86776f24cd6826c4b5fbccf7393 1,497 0.99/1.00 vMB 31
403,586 403,586 0000000000000000054b054ec648f620eb881f58df945074873e38abf1836e6a 1 0.00/1.00 vMB 0
403,585 403,585 000000000000000004b1402cdf76374392a75e5a14d1169ca93faaf4ca1a204a 1,458 0.93/1.00 vMB 29
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
Previous 10 blocks ↓
Total Size: 782.77 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: 709.30 GB
    • Received: 16.87 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.