Loading Tool

Explorer IconExplorer

Memory Pool

82,203 transactions
31.09 vMB
0.12029664 BTC
Random Selection Loading Transactions
Max Size: 186.07/200 MB

Candidate Block

Mining Attempt 559e80dde02d84f260d77c83d71632aaff855864fdbfd56e9ddaf66dea54cd4c
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 1c912bd10e2d525311893329b7f2974a789d7eeb572352d57f872bf3f8ab48de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,606
Size: 1.00 vMB
Total Fees: 0.03549374 BTC
Feerates: 101.42 > 3.56 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (495,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
419,297 419,297 0000000000000000023ef066324387c12a8f11731b985fedd63cebfa285a5c77 2,107 0.75/1.00 vMB 72
419,296 419,296 000000000000000003e077ce1a2c71ad15a0cf38f87db0d0672d992fe59da4f3 1,076 1.00/1.00 vMB 30
419,295 419,295 0000000000000000031626171f9fdaa51f6cb081e09db1542f5a26785bdacf87 987 0.41/1.00 vMB 74
419,294 419,294 000000000000000001e6fefdccdf6aa223a3735faf5552ebc1e7c5ae4829f174 1,729 1.00/1.00 vMB 32
419,293 419,293 0000000000000000047c3949408bae05c6c6535dc3c8d95eb94e2740ffce2ed9 3,209 1.00/1.00 vMB 82
419,292 419,292 0000000000000000000c029a8c2af95ad8c597d3e44b74bf2cd8effe26254604 1,325 0.71/1.00 vMB 43
419,291 419,291 000000000000000003aadf0ddd968b0d9cb3d65b7c2702b223879a6f74a223bd 1,349 0.65/1.00 vMB 40
419,290 419,290 0000000000000000020291d8181f5be6f96825dc674f284ead21c6ef1d46b491 2,742 1.00/1.00 vMB 61
419,289 419,289 000000000000000001b8a09a7957c56af42b491012c4cb571131b90b69e2c48b 1,901 1.00/1.00 vMB 72
419,288 419,288 000000000000000004cc1f46e22313d2b1675a42a93d3afb086c5b5c8650ece8 999 0.44/1.00 vMB 51
419,287 419,287 0000000000000000029d56ee403cf5acf0216f7664780590113d8be570653792 2,012 1.00/1.00 vMB 43
419,286 419,286 0000000000000000022d51b22f6040633657a0efefc674863532e80b7f40250b 252 0.11/1.00 vMB 56
419,285 419,285 00000000000000000023409709d58a758ab076a280fa0485363417cf06ac066b 635 0.31/1.00 vMB 47
419,284 419,284 000000000000000004f3ce3e2a7a32d1e833cd7331951279e484586cb6b9b78f 1,003 0.75/1.00 vMB 22
419,283 419,283 00000000000000000410dcecaef59619d28c7c24aae017b4f81260fa7b7da406 1,777 1.00/1.00 vMB 35
419,282 419,282 000000000000000000b3e3794bb27cbf88c396528cab84c97ec445db062b821c 2,939 1.00/1.00 vMB 79
419,281 419,281 000000000000000000ef4f147390d689d845f49b033362242992200faa2956c0 2,979 1.00/1.00 vMB 77
419,280 419,280 000000000000000004c5427c9725b7d27b75444d14af93d76e4ddc69bae88c26 1,163 0.66/1.00 vMB 40
419,279 419,279 00000000000000000375edcdf51bef0a26b214b2f6b16f57710ca1fa3a679b7e 605 1.00/1.00 vMB 18
419,278 419,278 0000000000000000013df02862ec487d791f3254604d9b51dee6a51ff38ec80e 2,318 0.99/1.00 vMB 51
419,277 419,277 0000000000000000001d302242e779f01c25f3914dac4f265c9ac5ff7b770d81 1,385 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.65 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: 672.95 GB
    • Received: 16.33 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.