Loading Tool

Explorer IconExplorer

Memory Pool

75,863 transactions
28.04 vMB
0.08786385 BTC
Random Selection Loading Transactions
Max Size: 170.57/200 MB

Candidate Block

Mining Attempt 8951f901160c55487863e2dc2aae19953280b30c3238723264feee3d4b4fbc34
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root 58a46a703423837f8efa3de0c60d9a2d514c60c1650c61cdf7458e1be45dbaba
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,768
Size: 1.00 vMB
Total Fees: 0.02759146 BTC
Feerates: 118.43 > 2.76 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (564,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
350,357 350,357 00000000000000000c7a9c4c3985e3b36864bff561b36d9d5727c7eefb497201 490 0.75/1.00 vMB 9
350,356 350,356 0000000000000000141fcc095e6980b6a653d5d936cdd99ff323d5ecba43bec4 1,175 0.75/1.00 vMB 20
350,355 350,355 000000000000000004c583d3dce7bad0afd4ef33194e3036b295477ae7212a89 1,320 0.75/1.00 vMB 25
350,354 350,354 000000000000000008e63a256964dabe8f1c1deaede3cc8225da9bfc37f16c3d 1,024 0.32/1.00 vMB 44
350,353 350,353 000000000000000013a9c5f880ecaaa3423a3c97e6293d33cc01272822a8e3b6 1,701 0.75/1.00 vMB 30
350,352 350,352 000000000000000011e1fc3fdf276e7204005e21f5f0e1dea8f840f7ae0568fe 211 0.12/1.00 vMB 28
350,351 350,351 0000000000000000159343b45c82f4ecc2eea6ae30a219c0644bc70d18f37968 349 0.20/1.00 vMB 20
350,350 350,350 000000000000000001418521139d4cb0b385afb7960b69b5e62bfe17e7c87f02 573 0.31/1.00 vMB 16
350,349 350,349 000000000000000011a9f59f3c8deda79ae35667406de0f2388db4418ff9a23e 841 0.47/1.00 vMB 26
350,348 350,348 0000000000000000003e783809e6440b343fd32cf0e135145152be0a574c1cf0 264 0.19/1.00 vMB 19
350,347 350,347 0000000000000000085c84f2b43daed5dcf82af9d0070040a13ce2efc608aad5 1,427 0.75/1.00 vMB 26
350,346 350,346 00000000000000001266872f2f774e99cc95db654ca3ec0ec6329ac521609392 486 0.26/1.00 vMB 29
350,345 350,345 000000000000000014f110ebbb5ed92b0ca09cb22569bb2a255fbd359606a181 57 0.04/1.00 vMB 6
350,344 350,344 000000000000000002df8cf4d84e9fae3e0837eeeb42f9d43db9061d263b37d0 723 0.38/1.00 vMB 23
350,343 350,343 0000000000000000089aa974d4fbb9eafa65f62c1d7f6cff67fa5840890e00fe 1,350 0.80/1.00 vMB 21
350,342 350,342 00000000000000000fba3dfc3d005d25d81a0c0252754aec36b5a361ece0c844 256 0.07/1.00 vMB 45
350,341 350,341 0000000000000000049b50a9e9400fcd798b94472a21a3c71789265408a6601d 530 0.32/1.00 vMB 26
350,340 350,340 000000000000000005f48d8d1acdc324b7bde1322f1d48d2b525f0d410fc097e 985 0.62/1.00 vMB 21
350,339 350,339 000000000000000009edf4a1bf6f3c4e61de109e3c4b59ec91e907a19636d79a 100 0.05/1.00 vMB 18
350,338 350,338 000000000000000015045c5d8526bab12c8cb25e27a14dc35dabc51423d2f492 917 0.56/1.00 vMB 19
350,337 350,337 00000000000000001130994b310fa43733c05d6415f865c2f947fba7460f2608 258 0.25/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.89 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: 713.38 GB
    • Received: 17.36 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.