Loading Tool

Explorer IconExplorer

Memory Pool

92,223 transactions
24.60 vMB
0.07510671 BTC
Random Selection Loading Transactions
Max Size: 164.81/200 MB

Candidate Block

Mining Attempt bd3c1e8d3d1b8c3307c5c012a3b903552195045875d72341fef22cce414afa7c
Version 20000000
Previous Block 00000000000000000000788241f2e3ed37766607093e0204358fc6e2b5654c75
Merkle Root 9d0d7856ea4a011b19763123e01beab7fbb5bba964e483594eb88424c1585cfd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,829
Size: 1.00 vMB
Total Fees: 0.01675471 BTC
Feerates: 301.07 > 1.68 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,096 (259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
915,837 915,837 00000000000000000001c8f5f0dec062390cbc33683e0d756e46ff22deaf01b9 2,062 1.00/1.00 vMB 2
915,836 915,836 00000000000000000000a1d9afce4826b5c5c45e48e047f764f125655713631f 2,017 1.00/1.00 vMB 1
915,835 915,835 00000000000000000001b51a1a4f717ddfa3dfe7dcead72fb44e5ac52662712b 1,290 1.00/1.00 vMB 2
915,834 915,834 00000000000000000001426068655931209222fc452e7a052e9317bfcb698489 3,057 1.00/1.00 vMB 4
915,833 915,833 00000000000000000000c40d2812dd0c6aa412ffd573b3e751c192c7e4839138 1,057 1.00/1.00 vMB 2
915,832 915,832 00000000000000000001037d00e1e0c14e70220f9409170a965708b314251fd7 2,651 1.00/1.00 vMB 2
915,831 915,831 0000000000000000000195e91d1f3710820f6e031c92cfb7c71381c8e3d01449 3,055 1.00/1.00 vMB 6
915,830 915,830 00000000000000000000d8824305e65809f7f54a1ce7e3b8645993571a8a5018 2,282 1.00/1.00 vMB 5
915,829 915,829 000000000000000000013b03b9c9b61af2c1f95a6c436b2b61c2f68ba52e24f6 734 1.00/1.00 vMB 3
915,828 915,828 0000000000000000000016c74b1aad9bab871dd0963782eb9cd0d51f1268bfbf 2,176 1.00/1.00 vMB 6
915,827 915,827 00000000000000000001a1575cb2493421239ff442abe822068464135e1f5eec 1,304 1.00/1.00 vMB 5
915,826 915,826 0000000000000000000183425aa05e475ec8e6e3e5c59e613b0445d31b8dacd7 2,267 1.00/1.00 vMB 3
915,825 915,825 000000000000000000006006dc8abf60091eb34e4e44204d638393b9bd921e07 2,759 1.00/1.00 vMB 7
915,824 915,824 000000000000000000007b635c8d20a19e7deaa32de9c499b8d2d1b3589209f2 4,619 1.00/1.00 vMB 1
915,823 915,823 00000000000000000000a9332c8ecea63e2a1ab7baca9af362d797197e3d70d0 4,861 1.00/1.00 vMB 0
915,822 915,822 00000000000000000001abb337da007aee38fdde99af12228eb6a051f7bf7bb3 2,011 0.68/1.00 vMB 3
915,821 915,821 00000000000000000001a4e78afec226e4dba5c6e0174c36af79062ee6f14c93 711 0.25/1.00 vMB 3
915,820 915,820 0000000000000000000150ba01b2dfa74bed189ee141f2253c7bce388bd39028 784 0.24/1.00 vMB 2
915,819 915,819 000000000000000000005a0838e598a37e1c484c6a0738538239b2412f1d54a5 3,835 1.00/1.00 vMB 2
915,818 915,818 0000000000000000000103f36a639c33056de6071b13a2f01412de7acb59342f 2,235 0.61/1.00 vMB 2
915,817 915,817 00000000000000000000c300deaf522131f71e3c3f3bfb91579918e2880c9d6b 3,666 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 784.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: 815.22 GB
    • Received: 24.15 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.