Loading Tool

Explorer IconExplorer

Memory Pool

74,981 transactions
27.60 vMB
0.07176961 BTC
Random Selection Loading Transactions
Max Size: 168.47/200 MB

Candidate Block

Mining Attempt bc6db6fd278fc59aa091cbd4d5033e48bb3ad68cc98bd6570eefecfa8ff2ba59
Version 20000000
Previous Block 00000000000000000000eb6f61bd9defd18e41bcd69e7e89dae8b0fff50507e2
Merkle Root df7116852029313bd4df189f028cbc2ce1698259620e45cff6ded2e49d93f484
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,559
Size: 1.00 vMB
Total Fees: 0.01290560 BTC
Feerates: 99.50 > 1.29 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,259 (510,245 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
405,014 405,014 00000000000000000440a93fe8cee8465d06ced1648504606b56a16e7aa760c2 1,241 0.67/1.00 vMB 35
405,013 405,013 000000000000000000696e4f12b783ccc382ee76573eed3a33b630b7d95d50e8 246 0.09/1.00 vMB 40
405,012 405,012 00000000000000000465a2dfd4c95158d28be0939095c6abcc6c02b4fc346cba 585 0.37/1.00 vMB 32
405,011 405,011 000000000000000006a2efacf45ec271785dc7f4ff62f807775e85a2fc2508fb 1,264 0.58/1.00 vMB 40
405,010 405,010 000000000000000000fabd8a2c0c5776ef2640ccd8d0a888590c266b5011617a 1,480 0.68/1.00 vMB 39
405,009 405,009 00000000000000000124210a3a1d8c457d89d938a67bc98fc4bd6c2a77f9dfb2 315 0.15/1.00 vMB 38
405,008 405,008 000000000000000004c9149795327e0e6a343f656ff673e16bafcebada6f54d9 1,490 0.76/1.00 vMB 43
405,007 405,007 0000000000000000043817efbc3c05512a5910cc17769c70e5c37a93a5649901 1,194 0.63/1.00 vMB 35
405,006 405,006 000000000000000004493e4fd3f3250aa01e27c4300da98b14f64d7321605347 168 0.16/1.00 vMB 46
405,005 405,005 00000000000000000295dcd2956ba6c4c8008991ccfeed82901f1e04e51fcfa1 2,056 1.00/1.00 vMB 40
405,004 405,004 000000000000000006a49f94be5f154ec353c3e48cf4a4b1d559926538f89d55 798 0.88/1.00 vMB 20
405,003 405,003 00000000000000000023f9dbd2dcd95c8e14f4c7daf292e106fee05f41e514e9 2,536 0.93/1.00 vMB 51
405,002 405,002 0000000000000000038d0a44698b537d635eea6a498508b6e61775892e3ce007 2,256 1.00/1.00 vMB 45
405,001 405,001 0000000000000000005d360415c32b1fd6512b536848e68e04f47321d480a9f4 371 0.37/1.00 vMB 14
405,000 405,000 0000000000000000064964d6c6fc399a7829a6d78fbdc2188686ed221f130c37 916 0.53/1.00 vMB 33
404,999 404,999 0000000000000000025c84fe7fd46779b4eff413c3cd4c34789237a49dd08a8c 2,755 1.00/1.00 vMB 56
404,998 404,998 00000000000000000624d56f0dd44fdfd0325aa22f419c9887e2f32dabb6cab1 1,794 0.99/1.00 vMB 32
404,997 404,997 0000000000000000009adc77c86e9854833aa14bfaa555dcba42375a4c8afd1c 959 1.00/1.00 vMB 21
404,996 404,996 0000000000000000019bf09ffc9f8f918c45cd0648993c4ecb808eb27c4093c3 1,013 0.88/1.00 vMB 24
404,995 404,995 00000000000000000061a92d8f544cea06a60e53f38de28a06a0d60b2b1d8d55 2,305 0.93/1.00 vMB 61
404,994 404,994 0000000000000000013fce693b047304232fe4765cd13f2359016a9b41c5f36a 1,759 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.84 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: 712.12 GB
    • Received: 17.16 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.