Loading Tool

Explorer IconExplorer

Memory Pool

78,634 transactions
29.31 vMB
0.07689590 BTC
Random Selection Loading Transactions
Max Size: 175.44/200 MB

Candidate Block

Mining Attempt 430c63f0cf93ee513dc667053a82c12b829efeb22e79c77908433b0241f6082b
Version 20000000
Previous Block 00000000000000000000c0578122c3a20c1a0fa197853326ae531fa58ec09638
Merkle Root db253ed4dcb8441026a7835ad3fa384ed3998321a8a2aa673422bfd33c1fe3b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,833
Size: 1.00 vMB
Total Fees: 0.01738072 BTC
Feerates: 108.89 > 1.74 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,061 (533,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
381,896 381,896 00000000000000000428fac33940f200ed0b77ac60aa4d52046770261b13ffa3 1 0.00/1.00 vMB 0
381,895 381,895 00000000000000000b18f37d970cc4c36f5ac75dd1579e624475e0f98efec9db 3,061 1.00/1.00 vMB 35
381,894 381,894 00000000000000000bc12ec5988793b508f7bd4a4ec51337e948e87d76695902 2,583 1.00/1.00 vMB 65
381,893 381,893 00000000000000000a1af073a28c843c4b53081b4222b9449ffc937db4768e5f 1,564 0.75/1.00 vMB 105
381,892 381,892 000000000000000006121fca9a5f3f1546235b7b88ac62a92b01370658d73c4f 1,953 0.99/1.00 vMB 35
381,891 381,891 00000000000000000ad6846b978dc467d3599c212db047b18073806fac79b756 1,966 0.95/1.00 vMB 25
381,890 381,890 00000000000000000b1e42e0276f822a559383c13e29df211d2e5c994c6f1f94 2,690 0.93/1.00 vMB 69
381,889 381,889 000000000000000007a87faed10714fd2d2b53fcbabe6d4952e1e9e31d0577e0 1,562 0.99/1.00 vMB 24
381,888 381,888 0000000000000000099ffbf0a12caddf4bcfdbcba3df9a9114e5185714b83bbe 1 0.00/1.00 vMB 0
381,887 381,887 0000000000000000004feb4afd90fb6756276069b14e600b2a35d52ecb167714 1 0.00/1.00 vMB 0
381,886 381,886 00000000000000000a00c4c03bfb01d8c8a87c31155bcb5d74630a42a373ecf7 2,495 0.95/1.00 vMB 43
381,885 381,885 0000000000000000113d8aba1f895218317a0ee08aae6b1242fd22420c6c592a 1,706 0.99/1.00 vMB 22
381,884 381,884 0000000000000000110b36b14927c8d308d107bedb05093943ae003384dd4334 1,244 0.75/1.00 vMB 22
381,883 381,883 00000000000000000a175c2e488b911df32052d35ea31dfe7a17d1b5a07a0b56 2,571 1.00/1.00 vMB 42
381,882 381,882 00000000000000000577b69f995bd1a55ce413443cbd9a8c4449064a9b866a70 1,865 0.75/1.00 vMB 41
381,881 381,881 00000000000000000fab012f66692503885101e43d237bf5fcb8efb8fff694a3 2,702 0.93/1.00 vMB 52
381,880 381,880 000000000000000009ffc43ce5bbd7f7eabdcc1f404563a478a5565f4fb5c120 2,530 0.93/1.00 vMB 44
381,879 381,879 00000000000000000c8e940ae08da7241177a92c0986494e450bd40182cc44ba 2,589 0.95/1.00 vMB 43
381,878 381,878 00000000000000000278f950396f60fd5400c8c3d0a3682da138b0e18bbec16e 1,788 0.99/1.00 vMB 31
381,877 381,877 000000000000000004a18b9342bb5c12e7aae1c18a9b61b272b335e1334c2cc2 1,253 0.64/1.00 vMB 31
381,876 381,876 00000000000000000778aa757712dcd41d36c7f02c407646e62f4f368db74a5c 535 0.28/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.50 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: 668.39 GB
    • Received: 15.49 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.