Loading Tool

Explorer IconExplorer

Memory Pool

27,992 transactions
10.10 vMB
0.03376117 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 61.80/200 MB

Candidate Block

Mining Attempt 1147828bb5424c0d0696a63757dc0198eeb54eecb985a9beed800addd09042e9
Version 20000000
Previous Block 00000000000000000001d707fbd85f02f6dd6025f5811e28a490b17660214a96
Merkle Root eb0a0617827280fd4aae1fb7546e0773b69db39ea39bff9100f68af88773000e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 716
Size: 0.32 vMB
Total Fees: 0.00873893 BTC
Median Feerate: 2.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,249 (656,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
256,787 256,787 0000000000000028aa890917f53c62ac9adbb91eba144ec5c735ef69dec9df0d 278 0.12 vMB 119
256,786 256,786 0000000000000003683a8883944fc8274a438e267d4eb41770fdd09862e718fa 238 0.12 vMB 2,495
256,785 256,785 0000000000000026a15756ce144796c723bc047b354a00df0f988f55fd25e3bf 554 0.25 vMB 95
256,784 256,784 0000000000000000691d38453a0b3c6e7422465d44f149db4ae803d863d74c0d 158 0.09 vMB 54
256,783 256,783 000000000000001df0cb0f14d62185fdd3807127395b77fe6adcc9eba120217f 874 0.30 vMB 135
256,782 256,782 0000000000000012ac6620ffdbe1b62039536bd5f1f08e39fb0c6cc5a5dddacc 488 0.25 vMB 134
256,781 256,781 0000000000000023676b4fdf2abcea5af88def5a53f2d103072988c39e236835 91 0.05 vMB 78
256,780 256,780 000000000000001514ceaefdaa5e517ed0c47294da0f64014b697fe8cb7426c9 522 0.21 vMB 118
256,779 256,779 000000000000001e91a0d17a61a6685cf4958721b652cfc77864163f1d1bc9c1 297 0.12 vMB 106
256,778 256,778 00000000000000153898aca41f25150155133c1bfe2b46cfcc10d83ae3592b05 94 0.04 vMB 57
256,777 256,777 000000000000000c0a6eb4d06a6a7715eb5746f13185b7a3c35674a1c19b3e6b 117 0.04 vMB 108
256,776 256,776 00000000000000073f4791c2d3ef7fe6c7fc1d5d6328f9a6b3d608ae3ff469eb 473 0.21 vMB 120
256,775 256,775 000000000000001caa87cdc557f5f3d87e8e0db9ce118315ea02a2d2fc0ff9fb 221 0.09 vMB 111
256,774 256,774 000000000000000b4c2a82cfe76e9344fbcd0eb6b315818ac437f995c901f7b0 128 0.05 vMB 88
256,773 256,773 000000000000000620390aa82d394a0a6c10bbc96e22bb00bd3d7a118531b849 188 0.10 vMB 84
256,772 256,772 0000000000000028bb0436d4f7d19e93292ed8cabb946d5d9922ca20897578bd 61 0.04 vMB 55
256,771 256,771 0000000000000011f04f95f60f5f9be51a289ebd642673c1b89180ccae0de1dd 453 0.25 vMB 58
256,770 256,770 00000000000000070fa7e2160e9aa1dd258c04bd1a62a56746e526d2d9665171 629 0.25 vMB 170
256,769 256,769 0000000000000010e58bb49b0f719e7a0234b7b3abf9330df3dbcfec54be5add 566 0.25 vMB 143
256,768 256,768 00000000000000133b85e667647af489978e1066d9c7cac311f560bd1cb36bac 642 0.25 vMB 140
256,767 256,767 000000000000003012f851135e5bff6a4fb6512023b9ca4b6d5ffa053a5a6307 54 0.02 vMB 82
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 89
    • Outgoing: 10
  • Data Transfer:
    • Sent: 45.10 GB
    • Received: 0.67 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.