Loading Tool

Explorer IconExplorer

Memory Pool

58,048 transactions
29.04 vMB
0.06037777 BTC
Random Selection Loading Transactions
Max Size: 160.44/200 MB

Candidate Block

Mining Attempt a67e8ec6be7981d8c3d06ca97e6894b17ddaca0f21bafccd3cd59d2c1cbdea67
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root afbfa6ed8a6f3023fd943a81d38b72aea4e468f992eee135cce9aa27e32fe2ba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,190
Size: 1.00 vMB
Total Fees: 0.00477575 BTC
Feerates: 108.49 > 0.48 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (350,327 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
564,617 564,617 0000000000000000000f190b56e4674a8976e629837f0c0311bdfcddb9f90967 1,837 1.00/1.00 vMB 44
564,616 564,616 0000000000000000000d3b8310870747d6b2475c659db4f8fa70d1647d06c48f 2,317 1.00/1.00 vMB 57
564,615 564,615 00000000000000000007b4a8ddfa54c2c9a4cbd2cb529e0134251430677e252e 2,009 1.00/1.00 vMB 57
564,614 564,614 00000000000000000028baba86bab13be673a9a924da1479efa5bfa94480302c 2,252 1.00/1.00 vMB 27
564,613 564,613 0000000000000000001533f49713108c908ab1c1b48bab35eeb605050f61e9e2 2,550 1.00/1.00 vMB 42
564,612 564,612 0000000000000000002d56b6be0f74533dae8e8dd8992fa2a87473846be92bcf 2,506 1.00/1.00 vMB 45
564,611 564,611 00000000000000000026f853a83c025d0a93cbd26a2cdde9b48012291594c46e 2,396 1.00/1.00 vMB 69
564,610 564,610 0000000000000000001d158362aaff282e83b1a237bfa549e96e796d2e4b4719 1,504 1.00/1.00 vMB 14
564,609 564,609 000000000000000000140200cf80204e591aa7a16630d3e11c2b7fd9af7d2402 2,081 1.00/1.00 vMB 19
564,608 564,608 00000000000000000004311747237d24f122d7c37daf33fbbbcbf620b19ea4bb 2,529 1.00/1.00 vMB 39
564,607 564,607 00000000000000000014fcbb95ee5c0ca4c2386d9f1b276925ceed4b36f61460 1,927 1.00/1.00 vMB 31
564,606 564,606 0000000000000000001394b910e434d8a0f62bb3f661584fd485668cc7c9531b 2,489 1.00/1.00 vMB 30
564,605 564,605 000000000000000000185b14a74cc3e59d8b3bf78d9fe21e1c0ff29397388ce8 2,242 1.00/1.00 vMB 61
564,604 564,604 000000000000000000242a5657610be39364cbad09586a491d4b56cf65467cd9 1,946 1.00/1.00 vMB 37
564,603 564,603 0000000000000000000945c29908bbf4897476c9d6c2c9fec86082447f846e72 2,290 1.00/1.00 vMB 33
564,602 564,602 0000000000000000000bc42051ae79fd505549b475bbba640944db53acfc1fe0 2,306 1.00/1.00 vMB 39
564,601 564,601 0000000000000000000dfb482e958c3d4fee81ee5d722d66e27d66a499c6d8a0 2,754 1.00/1.00 vMB 38
564,600 564,600 0000000000000000000942fadb276486988abbf9b9b30b4be6785524ed600059 2,228 1.00/1.00 vMB 42
564,599 564,599 0000000000000000001c03a23e504bd124e13628cc0e27d4c04281aa628ece9b 2,074 1.00/1.00 vMB 46
564,598 564,598 0000000000000000000d7ac6d0e14b924fb0644a2fcafc39d22291975540e8fd 1,120 1.00/1.00 vMB 63
564,597 564,597 000000000000000000069c7c36a3a39e904106812a9aae53e873456e47e3572d 1,765 1.00/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 782.29 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: 657.07 GB
    • Received: 14.47 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.