Loading Tool

Explorer IconExplorer

Memory Pool

77,811 transactions
29.01 vMB
0.09735215 BTC
Random Selection Loading Transactions
Max Size: 174.81/200 MB

Candidate Block

Mining Attempt 7771f9fb810b91335c91d38ed1d74a2b7f951c4e26d8dd1be76d0bbc6ea7241d
Version 20000000
Previous Block 00000000000000000001a2148a353b227d382a7d8eddccbe4a14c874fc92a04e
Merkle Root c850569eabd67bb8c3fc9e7af3c4198c98cbc3423d5b99b798bef9105e7c3471
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,867
Size: 1.00 vMB
Total Fees: 0.02538471 BTC
Feerates: 144.91 > 2.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,267 (312,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
603,155 603,155 00000000000000000001201cabe7d00af53069daa76a9abc51158524a3be1dc4 2,099 0.59/1.00 vMB 21
603,154 603,154 0000000000000000000a5ca13b3a44e3bbc08f185c8f9b759ee5bc5bae23c459 1,258 0.40/1.00 vMB 18
603,153 603,153 00000000000000000002b38b5ecef573ed21ee030707c5e5c938e149071c87c8 1,837 0.88/1.00 vMB 20
603,152 603,152 0000000000000000000fa927cb0a425d0a225c762d0b35f6eb1093cb983ef015 1,913 0.61/1.00 vMB 12
603,151 603,151 0000000000000000001535ed9b9df8a4e9fb5ac1d910875c7849cccdc6df8683 3,016 1.00/1.00 vMB 22
603,150 603,150 0000000000000000000f485839d81078d8a3d78e0e0868e6c400b6bc74303270 2,668 1.00/1.00 vMB 33
603,149 603,149 00000000000000000006b35753855c3cf228218e3d10da2877b31d5f146ba08c 272 0.08/1.00 vMB 16
603,148 603,148 0000000000000000000bb2a7db685ccea5c07a28c1b31aabbb54684e06992317 1,024 0.26/1.00 vMB 19
603,147 603,147 00000000000000000006278a7b2ba8734afed89fb1adf038898b8f1f15633095 176 0.05/1.00 vMB 18
603,146 603,146 00000000000000000015db2dc4ca06e24edba44e71e8b485de42c4f09a3abf97 1,528 0.49/1.00 vMB 27
603,145 603,145 000000000000000000053c33b3c028274e3326394f56ab1a5c44caf484879a7e 1,065 1.00/1.00 vMB 4
603,144 603,144 0000000000000000000903181c43d7e1611b2d349eb0a43a308048fb5b72ab16 1,481 1.00/1.00 vMB 15
603,143 603,143 00000000000000000005627420264233ee4518780c3cde677e1ecd80fd32a076 2,046 1.00/1.00 vMB 27
603,142 603,142 00000000000000000014c293dc881e58de0183961ffc5738a283a3c3f401c1ab 989 1.00/1.00 vMB 59
603,141 603,141 0000000000000000000fc8d62ebd7d0e126fd6d98030583a70f69762ae23ecf1 1,285 0.40/1.00 vMB 22
603,140 603,140 0000000000000000000b142a1f2b04d16f566f1ac231fd07f45fcf6dea6d4f92 1,001 0.22/1.00 vMB 5
603,139 603,139 000000000000000000140edda6db91a36ceb54b50370bf2ad5ac316b84f7c2db 1,918 1.00/1.00 vMB 10
603,138 603,138 0000000000000000000055f297889778410de7fedb7045a5740df4bbe54ed672 2,385 1.00/1.00 vMB 15
603,137 603,137 0000000000000000000c03162f5b11eea557fb64e20e6025cbd9a625ea6056b7 1,322 1.00/1.00 vMB 10
603,136 603,136 00000000000000000000d2802ed614aa9714a6d95cb5ddbb2ae3aafce973535b 2,208 1.00/1.00 vMB 10
603,135 603,135 000000000000000000066396b38077034cafdc9cc0a6d7b21fd375c79f47cf11 2,229 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.85 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: 712.80 GB
    • Received: 17.22 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.