Loading Tool

Explorer IconExplorer

Memory Pool

71,738 transactions
27.77 vMB
0.06010671 BTC
Random Selection Loading Transactions
Max Size: 164.67/200 MB

Candidate Block

Mining Attempt 614ae75cbc7d9ec1d36ebb2d332573f69737e2d8473e29dd1c72d0211c5fab19
Version 20000000
Previous Block 00000000000000000000a6021cd756592116928201db218641aa213304cf81b0
Merkle Root 7754328400c42ede03fc029d5e105dba9d14a2dbe8a476655f19f0d6012d2e29
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,796
Size: 1.00 vMB
Total Fees: 0.00476930 BTC
Feerates: 21.55 > 0.48 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,034 (159,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
755,333 755,333 00000000000000000002dc98cff2cd05cf79c92607ed376f0de28b3979754669 1,254 1.00/1.00 vMB 1
755,332 755,332 00000000000000000001bc30ff38a087e3c842a4372776c6bfb37132b0961149 2,540 1.00/1.00 vMB 5
755,331 755,331 0000000000000000000003a530f4b3e851e4c5e8b9092857245394a466098f51 2,714 1.00/1.00 vMB 12
755,330 755,330 000000000000000000078cf839d202edfbe164487a970f3d2a4d8a3d1c594a3b 2,601 1.00/1.00 vMB 17
755,329 755,329 000000000000000000004024ab03eae1cd606d15964e67e0eb44dd5287bbeeb9 1,795 1.00/1.00 vMB 12
755,328 755,328 0000000000000000000269fb52a0858ec1c146b8d5045d2d210133976b98fc73 3,266 1.00/1.00 vMB 19
755,327 755,327 00000000000000000006f6c0ef079c074eefcdc6ce3d8fda98306d4a4580615f 2,339 1.00/1.00 vMB 16
755,326 755,326 00000000000000000003c0d0c01548048e92591c1f8c0ede5370993e9ae0fef2 2,788 1.00/1.00 vMB 14
755,325 755,325 000000000000000000012ff3c825ae1fba03640de94f7097cc7ba21f1b19abd5 2,394 1.00/1.00 vMB 24
755,324 755,324 00000000000000000003b75cb3fa25dff581380b284a478a1a00ab9aa3f8e469 820 1.00/1.00 vMB 4
755,323 755,323 00000000000000000002ca8dacbd1b58ad455927cc231aa725e23e063fc45bfe 2,465 1.00/1.00 vMB 4
755,322 755,322 0000000000000000000320cedb17c927bd7090f9c00e5b19b56dd9688fe6808e 2,345 1.00/1.00 vMB 9
755,321 755,321 000000000000000000047a89cb76303698e2f7a1a3741fcfa3caf2b6e4cd1ebb 1,469 1.00/1.00 vMB 8
755,320 755,320 00000000000000000007c91b0a8fda98800177ad6e7bb870d895eb28e096f851 3,487 1.00/1.00 vMB 20
755,319 755,319 00000000000000000002684d54d96f567ea5c0f9813df482796a3a6390ac7794 2,102 1.00/1.00 vMB 12
755,318 755,318 00000000000000000001c30d228632c83bd4f92df41cc30d136e46ecff798bec 2,463 1.00/1.00 vMB 17
755,317 755,317 000000000000000000041bb36b0299ab5ff66873fb3e50365e8e31ff3d7d4f29 2,956 1.00/1.00 vMB 15
755,316 755,316 00000000000000000002a343bea8da9b97e2e903cabf29acd16be297a5ccd726 2,213 1.00/1.00 vMB 19
755,315 755,315 00000000000000000005eb6e97b2d189548cb379bae1d0fb3f759dde7a6fbcab 25 0.00/1.00 vMB 20
755,314 755,314 00000000000000000003bc1b1db2f0950bc63a3bdef19f617d41e98de6d9bf3e 1,084 0.67/1.00 vMB 7
755,313 755,313 00000000000000000007ab94776831a63c330b558f7560ecea6d02ece41d41cd 2,084 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.45 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 666.96 GB
    • Received: 15.24 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.