Loading Tool

Explorer IconExplorer

Memory Pool

41,599 transactions
28.13 vMB
0.06843294 BTC
Random Selection Loading Transactions
Max Size: 144.60/200 MB

Candidate Block

Mining Attempt ae8f52a866e785920099649984a3f1c6ebc683c974e83d0938117cf6e42559e8
Version 20000000
Previous Block 000000000000000000001575d499d27a6e9805527fd037e437eb755b38e6f4e7
Merkle Root 2abe5edb41444aa389aad92e54fd0ad8469e75563d666142f50ad9ddd54b68c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,420
Size: 1.00 vMB
Total Fees: 0.01393187 BTC
Feerates: 100.56 > 1.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,640 (324,795 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,845 589,845 000000000000000000042028b1ffac37e6cbe6799832c8ccba386d0c2f06a669 1,583 1.00/1.00 vMB 50
589,844 589,844 000000000000000000006282d313adc9404f5f169a2527ce407d103e07dcc70f 2,618 1.00/1.00 vMB 56
589,843 589,843 0000000000000000000ba7c0c46f5496caacb2511656415c6e7eb043b2cb9de3 2,966 1.00/1.00 vMB 55
589,842 589,842 0000000000000000001a4c1decf83061834b362f1a96972b212da75648664fc4 2,661 1.00/1.00 vMB 71
589,841 589,841 0000000000000000000fab54874a7fe656ec81ce5ed90d6453cfca4fc8ecd88a 2,312 1.00/1.00 vMB 78
589,840 589,840 00000000000000000000678d14f2df95032f6e75d9982d45eae74f8a29bc9607 3,008 1.00/1.00 vMB 86
589,839 589,839 00000000000000000003dc9489b4d67ea23a4ae5c8f3313125a6cdea5cb4817b 2,897 1.00/1.00 vMB 67
589,838 589,838 00000000000000000016e551db6c0c9d0867c17cd7ee06f5bbaf20c7b88c6898 2,621 1.00/1.00 vMB 58
589,837 589,837 0000000000000000000e3bbc31016fc9f0730589f6c41ccf821768711bea7dab 2,530 1.00/1.00 vMB 80
589,836 589,836 00000000000000000015763117346fa9e728ed6fbc9bad75af330d60d044b102 2,854 1.00/1.00 vMB 59
589,835 589,835 00000000000000000000bb24f0a45689ec8f009e01b2626bf6eafc6a93b49fd1 2,117 1.00/1.00 vMB 49
589,834 589,834 0000000000000000000d54d6117ca88184d71ac4dbf8ed694e848e2e02e21925 2,385 1.00/1.00 vMB 62
589,833 589,833 0000000000000000000e16e98ebbe9030a367cc81cd98d7fce9ebcdc299a3169 2,443 1.00/1.00 vMB 72
589,832 589,832 00000000000000000010c1ac448d70e39e4713a7b52d0cf7fb4d9f961589be07 2,184 1.00/1.00 vMB 51
589,831 589,831 00000000000000000016fb842567f75becd6642a9cfc088e18c0efc8ae3f9a94 2,635 1.00/1.00 vMB 67
589,830 589,830 00000000000000000004e3331f331455d6b47309a907a66cddfb1ddc8b96dbb8 2,620 1.00/1.00 vMB 68
589,829 589,829 00000000000000000007d95d0a83925a5d533369a423fd69e77bf853b5f06b86 2,270 1.00/1.00 vMB 76
589,828 589,828 000000000000000000127c8a398b6a07caed75fbb9b2f63ac558d0842fccec38 1,578 1.00/1.00 vMB 82
589,827 589,827 00000000000000000016e7372d9197a43a6b7f7d59c2e935c880338ed142ba30 2,009 1.00/1.00 vMB 24
589,826 589,826 0000000000000000000cde11acb2ac7985dff7247dc32bec6d439189fcace895 2,833 0.99/1.00 vMB 31
589,825 589,825 0000000000000000001ba1d82693666443baaa008e82bc2d9951b2d906bba55b 2,756 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 781.75 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 111
    • Outgoing: 10
  • Data Transfer:
    • Sent: 631.78 GB
    • Received: 12.08 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.