Loading Tool

Explorer IconExplorer

Memory Pool

43,546 transactions
28.67 vMB
0.07066596 BTC
Random Selection Loading Transactions
Max Size: 147.70/200 MB

Candidate Block

Mining Attempt ae3155731b903792e78faf3db8105e23ac8a9f6ade5082d3e346d8777425d317
Version 20000000
Previous Block 00000000000000000001569b11e789f54c2d4bfafa299c809e424c63bb9696a6
Merkle Root a1675a30ddaa01a93239e26a3a9052cc98e43bd2f9de55612b3f4327bad6a771
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,219
Size: 1.00 vMB
Total Fees: 0.01496902 BTC
Feerates: 201.07 > 1.50 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,625 (224,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
690,210 690,210 0000000000000000000e98fc45feec95cf5ec18fc334a80d533b434867f1223d 2,438 1.00/1.00 vMB 29
690,209 690,209 00000000000000000002a6b558e9ee3589661fa41b3d9174a9edaedc25442a88 695 0.21/1.00 vMB 13
690,208 690,208 0000000000000000000952896f8db9548860a8c9dc225d87dcbdc694e0dae865 2,686 1.00/1.00 vMB 15
690,207 690,207 00000000000000000005a0297c79cc37783373e8c08195328d14027665fc4e5c 1,596 1.00/1.00 vMB 20
690,206 690,206 00000000000000000011566ca031ceff17ce4cf66306094a9b5fdd89c76df770 627 1.00/1.00 vMB 30
690,205 690,205 0000000000000000000f7aca473e6985dd8e8e97e3ed82b4b2bddf1ac46b8d94 2,548 1.00/1.00 vMB 53
690,204 690,204 0000000000000000000b26ea2288aa34f64744e4f49c639c97c06c1b8384aac8 1,819 0.58/1.00 vMB 19
690,203 690,203 0000000000000000001067775afc1eebf3b7c493d7ca50a74fa5c0456a57873a 2,448 1.00/1.00 vMB 30
690,202 690,202 00000000000000000004b225373675c283b3b258e1ecf83d0174576ca6cc6320 273 0.18/1.00 vMB 29
690,201 690,201 00000000000000000005e2ba2625be0d7e970ac47e5e95daf84dcabb6a73089d 2,025 0.72/1.00 vMB 23
690,200 690,200 000000000000000000125b5e1d1fdd8809c32bbb0bbd7735684aaee667f44932 2,079 0.75/1.00 vMB 30
690,199 690,199 0000000000000000000ceff61cb9a482581ae7383c138d38d9bbe9126ef17f70 477 0.21/1.00 vMB 19
690,198 690,198 0000000000000000000d49f51b0d474e7bc7af0a3cf144273fef5bf06cfe0940 399 0.13/1.00 vMB 28
690,197 690,197 000000000000000000080a4f9ff70c57c4b610aa9f940d4e8a18f24588182a86 1,674 0.64/1.00 vMB 28
690,196 690,196 000000000000000000116f59f0dfe04e2f3b03cd64c6bf573886b0c40df46b10 1,496 0.61/1.00 vMB 23
690,195 690,195 000000000000000000060333e01c4ce1317ab34d87bae0745f4d2f3e300f1cad 1,427 0.74/1.00 vMB 10
690,194 690,194 000000000000000000136f4a9f7b6ccf673366a5249318e57bfa395673f8ef3a 2,164 1.00/1.00 vMB 3
690,193 690,193 000000000000000000001b9efaebc7448e93e63443f7666913071a1e01a4161d 2,655 1.00/1.00 vMB 14
690,192 690,192 00000000000000000003fb8bb29def8f107fe327e16e5d0d58239605acfd0174 2,802 1.00/1.00 vMB 11
690,191 690,191 00000000000000000001333a852d3bcf59dc384c05c7c1b0a2d7f83d4d677a1e 1,640 1.00/1.00 vMB 20
690,190 690,190 000000000000000000029c57c842e13bf2b04571bd70d8d6c9fe962cdc25c367 1,280 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 781.73 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: 630.07 GB
    • Received: 11.98 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.