Loading Tool

Explorer IconExplorer

Memory Pool

28,544 transactions
11.74 vMB
0.03556307 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.47/200 MB

Candidate Block

Mining Attempt bda5369bf5ea835a7d55426119b2573d404ed94e3e585d01fdd18f0474a47ff6
Version 20000000
Previous Block 00000000000000000000dfe08e8c7fc02879d427d7327f13f30ca8cda7348f7d
Merkle Root 4179579a3b219f1e7743a28b10d1da77be7b4b9529ced5896e82164f0b5aba43
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,284
Size: 1.00 vMB
Total Fees: 0.01517991 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,519 (766,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
146,939 146,939 0000000000000433333a42638cef4248be9774fd18b2e16077c04ee768be6237 16 0.01 vMB 55
146,938 146,938 000000000000042a3c69c4d9908ac92899b2d7ea8818dafce67a5b1dded8aec9 24 0.01 vMB 156
146,937 146,937 000000000000010db7b6e9ff4cff9f0498a682c4566b1f9db947dd7175225987 12 0.00 vMB 43
146,936 146,936 000000000000032ca63b4afe684767ea50f7cd4c029a91391a72583b2d5c4f1a 27 0.01 vMB 61
146,935 146,935 000000000000024c9eee1a8f8d10e82c1646e4e77255d42c225b88f8386b56dd 8 0.00 vMB 27
146,934 146,934 00000000000000f6d4732a80a272092386d50b0abe75bb0019cb46dd435c1193 32 0.02 vMB 162
146,933 146,933 00000000000003823360800e4f70ee3b8c2ff00a6be4796f6d940f181ce1a341 66 0.02 vMB 11
146,932 146,932 00000000000000e57587109eee7f97ca1ff8293c6272e6cabf24fbdbdeca7bb9 21 0.01 vMB 139
146,931 146,931 0000000000000175bf2875a1b2c15867c10bbc051619232dcb0e5d7dfc3d226a 40 0.02 vMB 136
146,930 146,930 00000000000003cbb6bea90c9d80b7c08a489846eebe25ffc425515b9cc01368 21 0.01 vMB 211
146,929 146,929 000000000000095431756f3112045aa16125e678394d0a8f5b165a0f7b6059bb 10 0.00 vMB 74
146,928 146,928 000000000000050b990939330de9c50c191ffcde0876362247ca20bde831accf 21 0.01 vMB 138
146,927 146,927 00000000000002a00a7c59f7969371427da066cd189d17a046ae2c0d5a7147ee 5 0.01 vMB 19
146,926 146,926 000000000000005e911a56c58b3bc01593783aec2f0c5c73825f7a4a7686bd39 102 0.04 vMB 178
146,925 146,925 000000000000064f91d740df251a9eb24a28be0e514460e7a8a08946708b7a91 28 0.02 vMB 103
146,924 146,924 0000000000000415baf332f78431f1286d3ef1a40258caa497c0948a2b214300 31 0.02 vMB 185
146,923 146,923 00000000000003485a085d33ae15c39eb119b7fe3e9098879942c55b89ac581a 36 0.02 vMB 132
146,922 146,922 00000000000008a4dc5b39c58658e02e4a9566adff3d6c772375a79548c8a90e 36 0.01 vMB 299
146,921 146,921 00000000000004ff56ed6cc03f0583b60cc18354b80e344c6137326ce0353240 127 0.05 vMB 101
146,920 146,920 000000000000038c577c736e6214089c52128bccc41aa6728593dd7483cc56bd 19 0.01 vMB 53
146,919 146,919 00000000000001dd313a4695e0fd342f405e6efa855e66b7128b88b0b94bd872 42 0.02 vMB 116
Previous 10 blocks ↓
Total Size: 779.76 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: 391.92 GB
    • Received: 1.99 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.