Loading Tool

Explorer IconExplorer

Memory Pool

43,567 transactions
26.42 vMB
0.05953645 BTC
Random Selection Loading Transactions
Max Size: 139.14/200 MB

Candidate Block

Mining Attempt 96de35d8f81431a610a8f13e2775046b9c6df55973649c5e3f5aaf4e3eb27ea4
Version 20000000
Previous Block 000000000000000000020dec92be5b66055ed2368df5e48e27f67c41dcd290ec
Merkle Root 4cd9486c586b7e0be2ff8216024ee13624a59ac90e557071abf5d6323d7464fd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,016
Size: 1.00 vMB
Total Fees: 0.01122573 BTC
Feerates: 50.68 > 1.12 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,724 (523,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
390,853 390,853 000000000000000000c6ae0ce4d0e3b251be27d322b0f29296f4077a60c953e2 151 0.12/1.00 vMB 63
390,852 390,852 0000000000000000018c4e56f9513bafcf4931e6f4ea120c4a98126ff8138c95 2,065 0.93/1.00 vMB 38
390,851 390,851 00000000000000000927b2b5036742f1c9fc2dc4d7496caa03138c6c0e411a8a 406 0.99/1.00 vMB 9
390,850 390,850 000000000000000006a9957f5a4e31fed81ac19a13d698bd08eac1433f619269 1,828 0.95/1.00 vMB 32
390,849 390,849 0000000000000000021fd0b66235d64202b684d0d39c04450e71b8440b57bbc7 397 0.31/1.00 vMB 23
390,848 390,848 00000000000000000835f6ee10c6c94fe1aacd4dbd877fd29e7c32dcc5fbea38 168 0.25/1.00 vMB 9
390,847 390,847 00000000000000000074d826c5a254038b53054315c578df34c49991331366d4 897 0.42/1.00 vMB 34
390,846 390,846 000000000000000009511908fc1ed6fb0d6af101dab7b6173daa65aeb0f433fd 1 0.00/1.00 vMB 0
390,845 390,845 000000000000000009f5be09564257650a0bf526a17d9ff227f3cb3d74f64a77 2,112 1.00/1.00 vMB 34
390,844 390,844 000000000000000004446c8e4ff0e04ad2963b77a91edcb0e51e3e073125abfa 222 0.25/1.00 vMB 9
390,843 390,843 000000000000000009f5299e193681b7b079ce18877d935d2df0eb64e38d9a3e 1,430 0.93/1.00 vMB 24
390,842 390,842 000000000000000000e2eb118ca55ea617ee7951c0896f92be85a82a1e356208 2,909 0.95/1.00 vMB 51
390,841 390,841 0000000000000000081d8a0259c6a9ed3b3c0d676152dacb698a3e0a50b67211 1,636 0.99/1.00 vMB 26
390,840 390,840 000000000000000003f24dff07ed5d818df5d8e8d27d15651b8d1fc9a18a4ded 371 0.25/1.00 vMB 22
390,839 390,839 0000000000000000095574d0201220bb97db58583c0c22c2378b2ba4714a655f 518 0.31/1.00 vMB 25
390,838 390,838 0000000000000000069d4b67658b06afe07d4c610a7e19e08b635602d10a78cf 1,052 0.92/1.00 vMB 22
390,837 390,837 0000000000000000014e223245280e989fe461b9f07baf0cac58b721c8c9b025 1,070 0.47/1.00 vMB 37
390,836 390,836 0000000000000000042b4429b72e2d98ee8a03bd968eb2ca8e88900cf3e76d36 851 1.00/1.00 vMB 15
390,835 390,835 000000000000000000844ffab9f7065dc35c3a1c5c7035f34f729697a82d3ea7 2,388 0.93/1.00 vMB 43
390,834 390,834 000000000000000006ce8597cc7ce6900db292117d1203a723d7e740c0fff876 1,739 0.75/1.00 vMB 36
390,833 390,833 00000000000000000ae5eea46516bd403e9a3ce11c48273a18c4afae7f5cfc47 1,208 0.99/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.91 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: 645.66 GB
    • Received: 12.75 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.