Loading Tool

Explorer IconExplorer

Memory Pool

68,955 transactions
26.40 vMB
0.07333466 BTC
Random Selection Loading Transactions
Max Size: 158.27/200 MB

Candidate Block

Mining Attempt 5ccee312a6b61f465a62d84a19cbec625caa56c8c9d2c85f7992590f4870eef6
Version 20000000
Previous Block 00000000000000000001aa9a1283aa889ea41c9cc87a0ebad4e6b488f74e2a00
Merkle Root 5fcbf5965b4f463212aa58d645611f768e6ea98e312b5fdeff2d90424d55f9f8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,937
Size: 1.00 vMB
Total Fees: 0.01721677 BTC
Feerates: 86.29 > 1.73 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,520 (657,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
258,256 258,256 000000000000001d6c355e4b5847933995d521c2af09581295d3b83aded1a6a9 128 0.06/1.00 vMB 132
258,255 258,255 00000000000000220764200c8418dc07ecba1187b133f68e46b332ab219b9178 614 0.25/1.00 vMB 81
258,254 258,254 00000000000000225c30cae4b7642150c7c75025a96cf222528936a00fe1ba62 602 0.25/1.00 vMB 123
258,253 258,253 00000000000000032571ec1482deb44a679393e5a26fde92c03e3041414e0a32 369 0.14/1.00 vMB 106
258,252 258,252 0000000000000025cbdb113c1027ccda6c59d17c9d7468d641eb98d2eee972fe 386 0.20/1.00 vMB 57
258,251 258,251 0000000000000016e06d809c0d0e7a76499650d568420c2f22e0847ef3d1eb78 635 0.25/1.00 vMB 1,647
258,250 258,250 000000000000000733d033d2747bafc1b4e4da08bbe7d195a74871237acaf039 65 0.03/1.00 vMB 108
258,249 258,249 0000000000000024eb037272888ccaa420a2324dd85db21b68cafe85dc6a1869 58 0.02/1.00 vMB 91
258,248 258,248 0000000000000016d9ace5f3fafa3268040ad300c42e9833917f0d51f46188a5 30 0.02/1.00 vMB 146
258,247 258,247 0000000000000017d15afe9402c92ed5f6b884b4ba97adf97f5b4fc8bc75ccb4 133 0.05/1.00 vMB 124
258,246 258,246 000000000000002554fc8e11778c60838fd16ac51fd220c2e29fd9f76899c2fa 641 0.29/1.00 vMB 91
258,245 258,245 0000000000000008f434a874c7f3d8a1ba578af1f18ef136ec80da7e9c982164 418 0.18/1.00 vMB 134
258,244 258,244 0000000000000004b2c172b0fdffce66837348aa46cfb2d4ce7c5da2714d4c57 601 0.23/1.00 vMB 85
258,243 258,243 000000000000002214dfc6a6aabfd439bab6d6ce1f4c93a4e728661b35659c5a 544 0.25/1.00 vMB 133
258,242 258,242 000000000000001922aeb948360ed8f8ea7ee8500d1a023124f0f3a8d3995846 187 0.07/1.00 vMB 209
258,241 258,241 000000000000001f3549a83f2a510efd8afeed47036cd80517dfccf4b65a8dad 486 0.20/1.00 vMB 111
258,240 258,240 000000000000001cbfba0dd2d871e9d2de26b75733d7c0f226b93dd17c736955 12 0.00/1.00 vMB 32
258,239 258,239 000000000000001ac0d8e60f7a2a54a7548a3952448ec6d4cac3b25f3cdac3d6 299 0.12/1.00 vMB 131
258,238 258,238 00000000000000243a69e456d83e9a615f5d4ffc58dfeb55f44aa3bcd89af43f 368 0.21/1.00 vMB 105
258,237 258,237 0000000000000015ba2ab13d79a4dad3d32ad0e45567f08c29524ed7bb176d02 193 0.08/1.00 vMB 103
258,236 258,236 000000000000001a3429a3647d6b74b7875f2aa230e7d3bfeaf736e910a5de3d 46 0.03/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 783.30 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: 767.05 GB
    • Received: 19.33 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.