Loading Tool

Explorer IconExplorer

Memory Pool

36,350 transactions
26.21 vMB
0.07315469 BTC
Random Selection Loading Transactions
Max Size: 133.97/200 MB

Candidate Block

Mining Attempt 6d3fddae477c952395d3537b202cc7a87262cc845231663fc6bf25cc79a14696
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root 449237a0010568d280f4df80c6bb0e8ede6c4ea22520a863874b80f4a88bdeea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,897
Size: 1.00 vMB
Total Fees: 0.02458769 BTC
Feerates: 713.01 > 2.46 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (331,909 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,770 582,770 000000000000000000205b82e4b42bb2cadd52c2b4f15deac6e1092823070e84 2,529 1.00/1.00 vMB 165
582,769 582,769 0000000000000000000a0aac3bad54e70be728df495876653bbaefd4b081336f 2,886 1.00/1.00 vMB 110
582,768 582,768 0000000000000000001d5eebcf833cf343ee091f41863111273d7074f3d6702b 3,304 1.00/1.00 vMB 77
582,767 582,767 0000000000000000002148051a6962627ea028646e41356c119250f493cf9bbf 3,897 1.00/1.00 vMB 40
582,766 582,766 0000000000000000000b442edae673a578422c24c3f03ff9b7056c5fca626c3c 3,306 1.00/1.00 vMB 50
582,765 582,765 00000000000000000010160bd828846a6b0b3074e1581bca150b8b9bfda9596c 2,510 1.00/1.00 vMB 34
582,764 582,764 0000000000000000000ff5821438a7350165d1850b8f99a1121c7973030938bc 2,523 1.00/1.00 vMB 121
582,763 582,763 0000000000000000001e127f3eeaf092c55c4c25ce8bcf661af6db87d456d82a 2,100 1.00/1.00 vMB 166
582,762 582,762 000000000000000000208e65bf5007ee54e44b5be082d00fa3c54c0d79a786bf 1,591 1.00/1.00 vMB 33
582,761 582,761 0000000000000000000ea3f49ea5dfcfe858e14a5c0d48e63b1d2b02afef58f7 2,353 1.00/1.00 vMB 65
582,760 582,760 0000000000000000000e1b20c52304043865bc505242f010c812f9450e79c31e 1,426 1.00/1.00 vMB 50
582,759 582,759 00000000000000000005450148015ebebaa2bfb09061ad8e5d9a471915efbda4 1,960 1.00/1.00 vMB 90
582,758 582,758 0000000000000000000476c6f8f210b9c4d446a5d024b92d4b3dfbf32920b8fd 990 1.00/1.00 vMB 76
582,757 582,757 000000000000000000000150ad70b6d369df271f83ca3d6ac859b800f137c9a4 2,060 1.00/1.00 vMB 68
582,756 582,756 0000000000000000000126fda8683e53d9add3ea2f702f23d414e0096d016953 858 1.00/1.00 vMB 66
582,755 582,755 00000000000000000018507c0faf826f8c26ca9adfdd44766731594e5d86137e 2,421 1.00/1.00 vMB 71
582,754 582,754 00000000000000000004080978784acad1d77c5b55e3f173a11f9dec39ca9ff4 2,380 1.00/1.00 vMB 72
582,753 582,753 0000000000000000001c49e1c57b7caaa488f39210521feabeff441f44bbe07b 2,692 1.00/1.00 vMB 91
582,752 582,752 00000000000000000010b04a5065dcae5e52ebb1eeab5a1e4212a0b514c337cd 2,629 1.00/1.00 vMB 61
582,751 582,751 000000000000000000165ab9e6d84da99afff39d94a1c6674edfc22f1ada7857 3,176 1.00/1.00 vMB 169
582,750 582,750 00000000000000000014e5a6ac9026b34ea0e208c9f004d488342bacc44ca1d8 2,509 1.00/1.00 vMB 87
Previous 10 blocks ↓
Total Size: 781.82 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: 636.01 GB
    • Received: 12.35 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.