Loading Tool

Explorer IconExplorer

Memory Pool

78,420 transactions
29.44 vMB
0.06865668 BTC
Random Selection Loading Transactions
Max Size: 176.88/200 MB

Candidate Block

Mining Attempt 09991aa3ca164f75ed525a2564243f41b97a0f065c8f9a0eb8f7d9147d2c7abe
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root a1d9ab0ed43e6762e6d8a806baf7bbcde7ad683e72b59a1a15bd9ddab24a8c71
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,895
Size: 1.00 vMB
Total Fees: 0.00890400 BTC
Feerates: 100.53 > 0.89 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (105,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
809,842 809,842 000000000000000000044db27c30116044e86eeda667290c968043af374de6e1 2,170 1.00/1.00 vMB 21
809,841 809,841 00000000000000000001a8773d905a01fa1644eb79c3955a3d213aa0c32868f9 2,695 1.00/1.00 vMB 27
809,840 809,840 00000000000000000000eac180e0d4226977fb98da50c1f6af1f973c333ff7a9 3,336 1.00/1.00 vMB 37
809,839 809,839 00000000000000000003e061f31afee4443ed12f7d784cff9bdee60fe9bf268f 1,674 1.00/1.00 vMB 8
809,838 809,838 00000000000000000002d8c691f1ca158bf1e6580054893eac7dc0d9d118ae84 1,149 1.00/1.00 vMB 5
809,837 809,837 00000000000000000003cc1af3f6edae2e1b584a67f0f5bdbf8f67a64314d1f5 1,050 1.00/1.00 vMB 11
809,836 809,836 000000000000000000045bcf37aad97b837487dda2a981421a8a3490872c6e38 2,166 1.00/1.00 vMB 18
809,835 809,835 00000000000000000002ecd00a7534db1d1a13b6876de5886265bf6a36934162 1,304 1.00/1.00 vMB 9
809,834 809,834 00000000000000000003ab260ba4eb0c4e99d3e7c717f10ae1ee007a6273a368 3,176 1.00/1.00 vMB 32
809,833 809,833 00000000000000000000d59b268fd6ac49e0400450276ae2375433a7eac1e77d 1,129 1.00/1.00 vMB 12
809,832 809,832 0000000000000000000116b755d99d3e16acea56857ecf69e94104a97f120b09 2,573 1.00/1.00 vMB 23
809,831 809,831 00000000000000000003bb9ebe40d6c9b6b40435d8e8432d9bffc82c5567adc0 2,118 1.00/1.00 vMB 19
809,830 809,830 000000000000000000004085a6e8fb1f0a4116334cc7cca1c504bc318f84d6cc 635 1.00/1.00 vMB 7
809,829 809,829 00000000000000000003e594aed6edbfc62ff9178bc50d6fc28e8789ccd17fae 1,972 1.00/1.00 vMB 25
809,828 809,828 00000000000000000001260e08bbbba6742e9c2b01ec0c7ce5ccaad172445d72 495 1.00/1.00 vMB 7
809,827 809,827 000000000000000000025ad4f283b972bed7065733e570aa69fad1915bb1e513 1,602 1.00/1.00 vMB 15
809,826 809,826 000000000000000000010def1ba6ddadab4a98dfde5ce0a04398b6b6710e6df4 1,647 1.00/1.00 vMB 17
809,825 809,825 00000000000000000000c193e783eb5c6215398c60a89b89436e5ddd8ebffb6a 591 1.00/1.00 vMB 10
809,824 809,824 000000000000000000039d6b24ae27bc2a875639b4edd5535f6431c8f02d70c8 2,761 1.00/1.00 vMB 27
809,823 809,823 00000000000000000003f6e35ae162934a43cb9e5bd509d260cfd1dd03ceaae4 2,624 1.00/1.00 vMB 23
809,822 809,822 00000000000000000001f806b2c8144b687ec5cd36fc118828201c8928612274 1,242 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.41 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: 664.96 GB
    • Received: 15.06 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.