Loading Tool

Explorer IconExplorer

Memory Pool

18,070 transactions
8.60 vMB
0.10659197 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.66/200 MB

Candidate Block

Mining Attempt 85f0094ccf197ad2dfb9b6d198b672b140e90aca0e4702f48e7a7f9d46e7edd9
Version 20000000
Previous Block 00000000000000000001a3bad11a156a9b1405118d655a367303f4e9599e5dec
Merkle Root a743968e5ee8e206b410435a2b847b10af29a6e9b232701307077329ad8e4dcd
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,820
Size: 1.00 vMB
Total Fees: 0.08857395 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,429 (770,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
142,909 142,909 0000000000000479a4fd4c567f99b0cb0a37c8cb962f06291de4bf880ac6d1bf 10 0.01 vMB 23
142,908 142,908 00000000000002feb1f09647fcd71af72e733a5d8fee5340702fee34e0da36fa 146 0.05 vMB 137
142,907 142,907 000000000000017b6df54b9bbaacba87133b7f871a889ef34adf3cc7c25ca4cf 109 0.05 vMB 149
142,906 142,906 00000000000002bd2fc99bc469a0b468bdac3642e9a522d51e001331c4e518fe 24 0.01 vMB 150
142,905 142,905 00000000000008da4fe9d69146b9637517ad1854750d5c878735dd917896e28c 131 0.04 vMB 244
142,904 142,904 00000000000006b811beb552ad8af14525c3b49c648ddb2847d669ee07a4514a 56 0.03 vMB 169
142,903 142,903 00000000000004e35de7d8a766609a18a1e4c418902b931ca78431d7539ad372 39 0.02 vMB 121
142,902 142,902 00000000000001ecd6d0660cea9891eca2323c5d284f78f4b9e0c850c370b3e2 7 0.01 vMB 21
142,901 142,901 00000000000004b48de7a86e1e473e169fb7351f6e29efd4e320ec597c6b3c5c 73 0.02 vMB 32
142,900 142,900 00000000000004ffd0772317bc59ef97b97b6434a9fffe7a24927133774202cb 81 0.03 vMB 75
142,899 142,899 0000000000000103f752f9c1239d4f102e9df2d2dc127d51762a796e4cfb56d3 12 0.00 vMB 17
142,898 142,898 00000000000004ee496dc309d247acdf3f69c42fc8531c045e09796a6e89c8b3 13 0.00 vMB 16
142,897 142,897 00000000000000c4d9d3cd9a12bf704736db3b3d880dbe2c03a78bbea563817e 32 0.02 vMB 186
142,896 142,896 000000000000075fd847549f1679dd70099cbbbb33f58f83127f48e004c6ef3e 11 0.00 vMB 58
142,895 142,895 00000000000009445de1db8b9913bce11665c39c23848df7964c76836be4e35c 14 0.01 vMB 189
142,894 142,894 00000000000006ad13d2494e7984183aa777992976716af97fd9631b2cb6e193 29 0.02 vMB 79
142,893 142,893 00000000000000e19232aaff84415a472ded7e3de1760d9193ede8bc4e52610b 16 0.00 vMB 48
142,892 142,892 00000000000003f51c4513cacfcc26d140952177ba66e611afc0d0bdeb62301e 16 0.01 vMB 26
142,891 142,891 000000000000028a9b6e8e907652fef0d40a4a6fa7e27af727eedfb46b913d90 40 0.02 vMB 168
142,890 142,890 0000000000000804fc61168e9452708527068d77485d9191f08f07fe7bb170ef 85 0.02 vMB 55
142,889 142,889 00000000000003f323446da7f2c5329cb94a69be4f5002317d05166e0f863515 81 0.04 vMB 186
Previous 10 blocks ↓
Total Size: 779.62 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: 301.42 GB
    • Received: 1.32 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.