Loading Tool

Explorer IconExplorer

Memory Pool

74,512 transactions
27.47 vMB
0.06504931 BTC
Random Selection Loading Transactions
Max Size: 167.95/200 MB

Candidate Block

Mining Attempt 69a296d8f4bb11da28438e9c3889720e6572337862caa40bbd6195706c4e05bf
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root a84192af017f426979d2af6662446a32e220c61c851a46985956895377ebebc5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,986
Size: 1.00 vMB
Total Fees: 0.00643139 BTC
Feerates: 50.34 > 0.64 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (515,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
399,824 399,824 0000000000000000020c841ded172ba98a359279061fb1d38af3b8c0057a3e6a 901 0.93/1.00 vMB 18
399,823 399,823 000000000000000006905e0148f7e8ee952b79eba99ebef9b55fb2b0042a589d 2,366 0.95/1.00 vMB 46
399,822 399,822 000000000000000005a43f5f8e3ba24d0c883f52c50fe1516d388c0beb82092e 2,360 0.93/1.00 vMB 41
399,821 399,821 00000000000000000371ced3851ba6f09b3774041a11a5ce27103a8bce4de553 1,750 0.98/1.00 vMB 26
399,820 399,820 000000000000000000f8077a51e04df8e5e72f91f776c866ed8f259f38dafaba 2,852 0.99/1.00 vMB 46
399,819 399,819 00000000000000000377354be91c2635a0210eeee9a2a82e0b88ea34752864ac 2,520 0.98/1.00 vMB 51
399,818 399,818 000000000000000001d5dfb8866ec4f0764d4b4e3018666a3752a89384ba835a 1,459 0.95/1.00 vMB 24
399,817 399,817 000000000000000002b4242a56b366027e39929c2794ac7515cd058483342219 2,679 1.00/1.00 vMB 39
399,816 399,816 0000000000000000064be1045ae9703649961fffdcc271336ea84adc6852d120 1,840 0.98/1.00 vMB 40
399,815 399,815 000000000000000004c15082f7444ada30f31c2c31895a2ed6c6824af8e58df0 2,855 0.93/1.00 vMB 64
399,814 399,814 000000000000000000e075e1d5b016c90532f7766250a1cb8c7d34eddfc0fa42 2,816 0.98/1.00 vMB 64
399,813 399,813 0000000000000000024b94fd9025554fff7725188aeee2fc77507286ad854d64 1,933 0.98/1.00 vMB 32
399,812 399,812 0000000000000000012edca04fcd9db0bc81e9b3a97ce55ad55c21fd23e7614e 2,001 0.98/1.00 vMB 38
399,811 399,811 00000000000000000424e6ce34108b1bad9ce5cbde82aa6a818436a8eb253926 2,433 0.95/1.00 vMB 44
399,810 399,810 000000000000000001f11e072454510843dcd7f62a9ae19d30c6767f3a9c9052 1,764 1.00/1.00 vMB 30
399,809 399,809 0000000000000000045f90868309167a2fc6919d9d438f6237e98ea2d9e9bf6f 1,987 0.99/1.00 vMB 34
399,808 399,808 000000000000000001a44f73c18d9b8ec23cb2e63707c2c9478b189514efe9f9 2,650 0.93/1.00 vMB 41
399,807 399,807 0000000000000000055d9d4e9c2512e5fe2464e8860f68b5068a0c208bc7892f 2,567 1.00/1.00 vMB 48
399,806 399,806 00000000000000000422e4271725c63297461b86e6e00b7c5e33de237c7c6d07 2,702 1.00/1.00 vMB 55
399,805 399,805 000000000000000003a1c002c657e0a3066955e64dddd613b6052204505eb810 1 0.00/1.00 vMB 0
399,804 399,804 0000000000000000035fb74b294ddd35018e7ceee2137c12293c39d3178af8a1 1,449 0.77/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.90 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: 713.71 GB
    • Received: 17.44 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.