Loading Tool

Explorer IconExplorer

Memory Pool

42,883 transactions
18.70 vMB
0.20292556 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 103.19/200 MB

Candidate Block

Mining Attempt ccafff30a0a296674a0393bcffa4d93d1615c4fa148cefb5d83bcee3f288058e
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root cd1dfb532e529b3e0241a9c180e3569527483b23bb9579e940d53ed904e51170
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,632
Size: 1.00 vMB
Total Fees: 0.06656704 BTC
Median Feerate: 5.03 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (771,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
142,041 142,041 000000000000089cd18bece8f46933a8f422d569ae1eb265cc292fd8e729954c 81 0.02 vMB 162
142,040 142,040 000000000000090670561ac5bd5010187de12a188f322d71c91982d5d948fefb 38 0.02 vMB 166
142,039 142,039 000000000000021f0bc21fc06ba217f3c261c122d3a3053fcfc7fe5ecc08e67e 54 0.03 vMB 136
142,038 142,038 0000000000000804fbc2a173d113961ac5097188581a3ed6aea693fd301dcfed 23 0.01 vMB 325
142,037 142,037 000000000000081716ccb7062f5db5560df971af25bf1b9af68a689804f7f3ee 43 0.02 vMB 323
142,036 142,036 000000000000078129583a3277b16ef492ff40cf0cb6873b7e7acb28fee740b1 81 0.03 vMB 119
142,035 142,035 000000000000083743020607c53fe6d243bb690ebd9419c4d0ba936f9e126b32 21 0.01 vMB 134
142,034 142,034 00000000000005e3fac1df1be4faef5e897dc7219766b286fd6cb158120afdf3 17 0.01 vMB 146
142,033 142,033 00000000000001ddefb70c1e26f1ec9d937289a1aa97b00a909c249307857c8c 46 0.03 vMB 94
142,032 142,032 00000000000000c744e4a5e147561bfd239c4f71195da41f7bda8a73adea9090 10 0.00 vMB 506
142,031 142,031 00000000000007e4f6e1bbee68d75873ff3cce543bab6c9f182272592ae82e14 28 0.01 vMB 165
142,030 142,030 0000000000000118a4b6bbf3d6e618c544af160668a4b464af024fb88d2f8d76 62 0.02 vMB 50
142,029 142,029 0000000000000575b4e9c2f9cb09b011f32d941a41d51bd25c4d5c9707881978 1 0.00 vMB 0
142,028 142,028 000000000000025af2a11dcba6ffe83b32d71aa9b28e70c299c966322c18a748 136 0.06 vMB 251
142,027 142,027 00000000000004adeea57ce143274812aa4c26696bd14ebd784add39b5244ae8 43 0.03 vMB 1,252
142,026 142,026 0000000000000462078c4ebd191f854dd57f144fd819bc727e78ce6d4ec49067 73 0.03 vMB 1,900
142,025 142,025 00000000000001ebbe6f62702a79c3b1876b5c9d8ca844c7be72fd845e1ffb1c 9 0.00 vMB 318
142,024 142,024 00000000000008e92b7783c3792fe61f80e6cc3fe122f4981660fd2d764d8d92 36 0.02 vMB 72
142,023 142,023 00000000000001a368aed03030f13f81a2b53a87bc5fd6fe4f9c219eed2b4b13 131 0.05 vMB 114
142,022 142,022 000000000000058623242184a316ed80c27fb4125c772a782f71b1a1981432d9 99 0.05 vMB 276
142,021 142,021 0000000000000151223fe14e567130a1c5ec3bcaabf3fbbcf3600e256a7aefa5 45 0.02 vMB 26
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

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