Loading Tool

Explorer IconExplorer

Memory Pool

80,297 transactions
30.68 vMB
0.07275356 BTC
Random Selection Loading Transactions
Max Size: 186.62/200 MB

Candidate Block

Mining Attempt f637f6b8cd94fb4846311c01e8b2cff05591e6c410fbdb2649238452ac9e649a
Version 20000000
Previous Block 000000000000000000009cc847e34910d5d5711b5344aceacf52741007a9bcc7
Merkle Root 00878cd44fd68e5f039dff321aa641506802a9aacaff5f4f32833765bb9c7709
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,189
Size: 1.00 vMB
Total Fees: 0.00684498 BTC
Feerates: 265.25 > 0.69 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,183 (208,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
706,455 706,455 0000000000000000000861cd4436944068b69c1f5397f77172ca0a5ac3b9c0e8 627 0.18/1.00 vMB 12
706,454 706,454 0000000000000000000af29d2617516f943c5857f584ec5d7e3cbd130a206600 1,332 0.83/1.00 vMB 11
706,453 706,453 000000000000000000097957d1102e84511b4c36d4f57957fc26d50d8af2b9b4 2,494 0.79/1.00 vMB 11
706,452 706,452 00000000000000000004658b4b5a0b2780e93cfa0f8c97f87a81f4de68b106c5 477 0.27/1.00 vMB 8
706,451 706,451 00000000000000000004c437632b5ae864468ccf55a62ffb6624f152eaceeb57 2,339 0.86/1.00 vMB 2
706,450 706,450 0000000000000000000ce8b00c4fffc8e84574e3adff6f1d2d6f293a380be82a 2,136 1.00/1.00 vMB 5
706,449 706,449 000000000000000000002253698f62888b9ef8883b14aefb8a9d5a25d4fbd6e3 2,757 1.00/1.00 vMB 14
706,448 706,448 00000000000000000000cb9135ccd9608244a80c1564fbe68f1530842a7e81e2 3,416 1.00/1.00 vMB 23
706,447 706,447 000000000000000000074b96e1be3013e7cb12637c347ca7779c68a55871a1e6 1,388 0.67/1.00 vMB 7
706,446 706,446 00000000000000000004be01c2d0c7046e7681b13df77225f598243967dfc27b 564 0.22/1.00 vMB 9
706,445 706,445 000000000000000000003f28188f6724a083c6a69d0b0484015a7d5caf851c44 1,919 0.68/1.00 vMB 10
706,444 706,444 000000000000000000011ef75ed6ad429ec3d618a3e22144b61f8615f2e65c72 1,501 0.47/1.00 vMB 10
706,443 706,443 0000000000000000000383328c06b517fc977f8bdf686fa2f38542d7a50d4d51 1,611 0.52/1.00 vMB 11
706,442 706,442 0000000000000000000c147fff55aac1d0edcc97f82fd453f65ee3a1071487c8 1,147 0.47/1.00 vMB 14
706,441 706,441 00000000000000000009f66a773d17fa7defad86522c99401b7c2acb7c632981 2,048 0.72/1.00 vMB 9
706,440 706,440 0000000000000000000cf57d67ffbe36c5f03f0eec45ee9a0131c0f61ed8a0bc 2,104 1.00/1.00 vMB 9
706,439 706,439 00000000000000000005ab6f0f5197b085254855168d6f941dd3249ee092d049 83 0.02/1.00 vMB 6
706,438 706,438 000000000000000000003c9d96e24c4c4877878abd45473b10845c16e8f44380 161 0.08/1.00 vMB 7
706,437 706,437 0000000000000000000843edc4bc9bbbb6549250193d935117143dd4f9f8afde 1,016 0.74/1.00 vMB 6
706,436 706,436 000000000000000000056336bd59ba2d36c9d12b760b1bb38c17c1ba6dfe32f9 609 0.18/1.00 vMB 11
706,435 706,435 00000000000000000004e7fa07032ef881c1bc5fd8b3a0bfc0557668dbebeca2 142 0.06/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.71 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: 701.08 GB
    • Received: 16.62 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.