Loading Tool

Explorer IconExplorer

Memory Pool

81,906 transactions
30.65 vMB
0.10057187 BTC
Random Selection Loading Transactions
Max Size: 184.05/200 MB

Candidate Block

Mining Attempt 76a1aac6a0431cf851d50a557ec4ee38de7846fe0b78ba6a420dcb2c5d022168
Version 20000000
Previous Block 000000000000000000005486e251aed8c030d32cefd8c077bbe263649de79032
Merkle Root 5775225f19c602ce84eeb30db0c6d1507b809d1174a6cfcccf9994d8bf091a01
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,480
Size: 1.00 vMB
Total Fees: 0.03483417 BTC
Feerates: 150.77 > 3.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,987 (279,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
635,381 635,381 0000000000000000000f622f994990be37838c2ec3fe148f726ac94ed510ccad 2,658 1.00/1.00 vMB 56
635,380 635,380 0000000000000000000e3a66df611d6935b30632f352e4934c21059696117f28 2,337 1.00/1.00 vMB 22
635,379 635,379 0000000000000000000f876c3f4a762a5385a326ae071ac5cbd012456762ccd7 2,324 1.00/1.00 vMB 25
635,378 635,378 00000000000000000001ab0c2932e109e3f283f88244899770712375e4b94395 2,610 1.00/1.00 vMB 39
635,377 635,377 0000000000000000000ba7e5725b4317b6e665adad2840936adc13c5ae87fa8d 2,383 1.00/1.00 vMB 13
635,376 635,376 00000000000000000000c83e138cc6d52dd3e94cb78455dc2da494b4dacb5288 1,276 1.00/1.00 vMB 27
635,375 635,375 0000000000000000000b5b622a3eb8db3d0d2fb362620d50a4382578fb324c24 1,471 1.00/1.00 vMB 28
635,374 635,374 00000000000000000000299701a8468674fd7e4a60e2cc31899f52696a38a2ac 2,018 1.00/1.00 vMB 32
635,373 635,373 00000000000000000009f0feff7acf27a9852e58b56d40d488e36b4d3387b5ef 3,035 1.00/1.00 vMB 53
635,372 635,372 0000000000000000000023acd1d6fca9e446560cd77dfa53a3fa8100438f1d60 2,482 1.00/1.00 vMB 14
635,371 635,371 0000000000000000000d1988a99d09cd6288b553bf2ce1bb2f441a1fa4f20044 1,699 1.00/1.00 vMB 30
635,370 635,370 0000000000000000000d01574894ca6cbbdf9c66924250418990eeee127e686e 2,168 1.00/1.00 vMB 54
635,369 635,369 00000000000000000002c8665a7963c91bb26fbe1de0b6f4183b3f1711219017 2,811 1.00/1.00 vMB 38
635,368 635,368 00000000000000000000d3760745b132158fdb216d65ffe5a2c37bb7cc0638fa 2,614 1.00/1.00 vMB 31
635,367 635,367 00000000000000000003fa4edf2850fdde887d3740cdc6c313990f4a0dcc0c22 1,706 1.00/1.00 vMB 13
635,366 635,366 0000000000000000000ac101009d6a68c2892dbf3bfe6edf85620603c72ce2aa 1,263 1.00/1.00 vMB 24
635,365 635,365 0000000000000000000acc78d98eb99db8a8023d75d2781dcae1cf6214a5d20d 1,832 1.00/1.00 vMB 38
635,364 635,364 0000000000000000000e04b5d8eebfd7c9fcc9ccfe84c4ff0d7c6fa85ade7453 2,671 1.00/1.00 vMB 20
635,363 635,363 0000000000000000000b99194a1246f102a987468af94b863b1b6a3f6f972b52 2,126 1.00/1.00 vMB 47
635,362 635,362 0000000000000000001072a36c38d3c9e6cf1b3bc85d457606a39830574ba8c0 2,386 1.00/1.00 vMB 37
635,361 635,361 0000000000000000000eda55fc99cdef65299c5bd9b525923a3603cf1e539c8e 1,885 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.37 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: 663.66 GB
    • Received: 14.93 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.