Loading Tool

Explorer IconExplorer

Memory Pool

42,992 transactions
28.47 vMB
0.06460180 BTC
Random Selection Loading Transactions
Max Size: 146.96/200 MB

Candidate Block

Mining Attempt 7062e56cc7e07b1fefcd1df2379fcffb9a3099da3ef697002d70ffb1975a085f
Version 20000000
Previous Block 00000000000000000000533ffed785e40bb65926541d5898db4d8836674e9487
Merkle Root e4b5b7a97ab29ff268eab9b3ffbeef1dd372777f0c3e9bf7d703ce85edb06e59
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,038
Size: 1.00 vMB
Total Fees: 0.00925395 BTC
Feerates: 100.00 > 0.93 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,627 (246,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
668,579 668,579 0000000000000000000462d375521a1bb1d8b0f2ef96b8e8335cd9c1eb558f60 3,199 1.00/1.00 vMB 165
668,578 668,578 0000000000000000000c58254194c3d9f5c70c4247aaa21c7c763cbeaf44e6a2 1,455 1.00/1.00 vMB 109
668,577 668,577 0000000000000000000c069635cf8f6ca4f06f8f8d33ba909b6e322b4a8f4f6f 1,848 1.00/1.00 vMB 20
668,576 668,576 0000000000000000000d0134f658cd9d16e15143867b238a45b137febface7ff 2,183 1.00/1.00 vMB 56
668,575 668,575 000000000000000000069e554701da179b09e0eba65a33ca76b836d29accd6da 2,221 1.00/1.00 vMB 35
668,574 668,574 00000000000000000000791e7079c8f6a2e43873dbdb14bc5438f641e1a0bebb 2,367 1.00/1.00 vMB 49
668,573 668,573 00000000000000000002d684bbb054b19431c225ab62a637ebf3efead95eba09 2,818 1.00/1.00 vMB 116
668,572 668,572 0000000000000000000b5e643cc30c68f02684d7fd639cc4baf46fda072cf2fb 2,716 1.00/1.00 vMB 58
668,571 668,571 0000000000000000000d7d4b00e35243a94a34defa7587b2da91420ef8de1fc3 2,181 1.00/1.00 vMB 112
668,570 668,570 000000000000000000067f57be2737c261a0e97705a446835ea9cc8f3e0da58d 1,281 1.00/1.00 vMB 105
668,569 668,569 000000000000000000073958402861a9f53c324a8ee42b1525f8b6e503744543 1,796 1.00/1.00 vMB 123
668,568 668,568 00000000000000000001afc45cb867b10ac70fd91cd8c49a0204bab8b224408b 2,229 1.00/1.00 vMB 124
668,567 668,567 00000000000000000004cbf422f8c3262c7a5d78a083f787187abb827d7b7d9e 1,817 1.00/1.00 vMB 122
668,566 668,566 000000000000000000066058dea7c166e92455b21ddd7ff4ef73d8368b282499 1,933 1.00/1.00 vMB 109
668,565 668,565 0000000000000000000a747b34d433d9201d56b95bf2fd8ae379fca1f85ecd70 1,854 1.00/1.00 vMB 125
668,564 668,564 000000000000000000060f7058995ac6eb0363f3944ed83ade17ee808226765f 2,686 1.00/1.00 vMB 150
668,563 668,563 000000000000000000091e9ffeadd75b0d85ac3f495dd4c268964f337613076c 1,666 1.00/1.00 vMB 65
668,562 668,562 000000000000000000057a49224f7baabdb83e56bab2eee4575c66389125c577 1,371 1.00/1.00 vMB 36
668,561 668,561 0000000000000000000bb9a62175f2f952bf6e34683ab7d65e8233fcb6b5c76e 1,670 1.00/1.00 vMB 24
668,560 668,560 00000000000000000004662d989bb4bbcff901b8acdc05991ef4fe362b7016ae 1,647 1.00/1.00 vMB 21
668,559 668,559 0000000000000000000b16a16d834d513e9b404e6894544f2dcfc6ebb840b1a9 1,594 1.00/1.00 vMB 102
Previous 10 blocks ↓
Total Size: 781.73 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: 630.22 GB
    • Received: 11.99 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.