Loading Tool

Explorer IconExplorer

Memory Pool

82,260 transactions
30.53 vMB
0.13357727 BTC
Random Selection Loading Transactions
Max Size: 183.99/200 MB

Candidate Block

Mining Attempt fa7234dd3a28a48db3ee803ced89d0f6a7f74d6a827d743577533dd6b54a0f02
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root cfaeb0e066a14275eb9b6dc6cab93f6ff69c111ac9d43205e46d1c67bbed6c96
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,602
Size: 1.00 vMB
Total Fees: 0.07028334 BTC
Feerates: 203.60 > 7.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (255,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,340 659,340 0000000000000000000509bde05735ac2f669996ec07dbfbcea41b1936dc9355 2,538 1.00/1.00 vMB 56
659,339 659,339 0000000000000000000bb52100acd22fa18fe5346fa2a7885374512d8cd0f159 2,090 1.00/1.00 vMB 16
659,338 659,338 0000000000000000000c5fe996ceeda859990d65a4b5c131153d6dd578263f7c 2,509 1.00/1.00 vMB 25
659,337 659,337 0000000000000000000751037166703e4f2d2e19969346907aa18422c3ae0c35 2,663 1.00/1.00 vMB 27
659,336 659,336 0000000000000000000e1a583c7d6ee32597e3eb5ba2c4a52615c02fb3dc3f9a 2,205 1.00/1.00 vMB 33
659,335 659,335 00000000000000000004d6e92ec4df3cdd55d3a42901d6be909611aa19c6f7fc 2,715 1.00/1.00 vMB 53
659,334 659,334 000000000000000000059dd7105ec817b6451f27a6e8da68f66c1dd3ef33e78b 2,659 1.00/1.00 vMB 69
659,333 659,333 00000000000000000009ff37fb06d638d51226061a9755424ccb8c830f5d3d16 1,673 1.00/1.00 vMB 30
659,332 659,332 0000000000000000000a427e590b2609ac075c73934c59db29252e5bd1065d6a 2,038 1.00/1.00 vMB 56
659,331 659,331 000000000000000000098eba5c7a8c79212fe6d7209774f603804dae1546842a 2,289 1.00/1.00 vMB 52
659,330 659,330 0000000000000000000b74841739210ee926de0fee48e8a34f975d2041d824ff 2,241 1.00/1.00 vMB 47
659,329 659,329 00000000000000000007edd7af3609657ac8af411184e7aa7093c30296d349e2 2,250 1.00/1.00 vMB 70
659,328 659,328 000000000000000000059c18b60d27789276396d19ddb8b35ffc518400922adf 1,240 1.00/1.00 vMB 48
659,327 659,327 00000000000000000002b432ccdcec2e18806c58b001e2299706502ab28bd153 1,369 1.00/1.00 vMB 47
659,326 659,326 0000000000000000000455dbc053490924bed9570aab8f8b88b7deb4da8c7516 2,374 1.00/1.00 vMB 56
659,325 659,325 00000000000000000008f47ac3cf19c16e114dd508252f5db3de012b6f26500f 2,262 1.00/1.00 vMB 61
659,324 659,324 00000000000000000008bb798bf36806e32fbb579e3caf9609b0b8ce2085f5e3 532 1.00/1.00 vMB 14
659,323 659,323 000000000000000000009de8c5c452f060090588558f1acf49c1add4a39026a4 2,086 1.00/1.00 vMB 18
659,322 659,322 0000000000000000000321f3427b4a3c3d67f707d4554d64ada90dceb1d6e542 1,638 1.00/1.00 vMB 46
659,321 659,321 00000000000000000000e6fa78c28bb3ab4e0fce0660d0ed0f11abe26829c7b7 2,427 1.00/1.00 vMB 66
659,320 659,320 0000000000000000000a09ffbc07846b6fb56f6d24d8d042266cad14bf3f2a38 1,320 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.34 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: 661.30 GB
    • Received: 14.80 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.