Loading Tool

Explorer IconExplorer

Memory Pool

82,732 transactions
30.68 vMB
0.08058259 BTC
Random Selection Loading Transactions
Max Size: 188.17/200 MB

Candidate Block

Mining Attempt 44e0caa409df5edcb60dbe8bdbf1f3ee822bfd66e4600df69e5cd7a422c321ec
Version 20000000
Previous Block 00000000000000000000599ffa7594ca7b7c93921a5215018868e1d83bfecfed
Merkle Root 4b1fb272357a1aa0e9e58061fcc69a5ef25096c86c14f2d63a947de1b0ac54d7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,521
Size: 1.00 vMB
Total Fees: 0.01127566 BTC
Feerates: 40.21 > 1.13 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,367 (466,976 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
448,391 448,391 000000000000000000ed38ecbd2209f8d5cbaf59d9cc6c0a475772ac9322805a 1,103 0.47/1.00 vMB 72
448,390 448,390 0000000000000000000f3f208ea2fb35b1dd795f2ab30e20221b88ae99cc2ae3 1,400 0.58/1.00 vMB 81
448,389 448,389 000000000000000000dbc4eec4e7af316ae13c3feea74d0276705bbd7e259ef4 1,104 0.95/1.00 vMB 36
448,388 448,388 0000000000000000015f9f77586a7401faf8e789715a8532128c04de0177d10b 2,275 1.00/1.00 vMB 80
448,387 448,387 0000000000000000017dabe7bcfb8b7c11947f7f5772582558c8dbaf986877e8 1,755 1.00/1.00 vMB 79
448,386 448,386 000000000000000001bc5852432c5866dc316cc328391b0a06d853abd35c6f8e 1,789 1.00/1.00 vMB 83
448,385 448,385 00000000000000000177b7e5624ec761cb8bc1a08731e3521de7d3d9681f06ca 331 0.16/1.00 vMB 74
448,384 448,384 000000000000000001bb33b148ee13e7cc8120e7e74310e9345dafb56ecd49d2 854 0.46/1.00 vMB 64
448,383 448,383 00000000000000000143d6ecd1fe5e671c1dcb515825dc2bc9334da612007ef4 1,031 0.53/1.00 vMB 62
448,382 448,382 000000000000000000ad34bf20dfac29fd974b91d4e6899053e8adc77fa9f569 1,405 0.52/1.00 vMB 81
448,381 448,381 000000000000000002e623143de97951bcd1dffe3b5e9d7b1f0c66cc9e44f7fa 874 0.45/1.00 vMB 57
448,380 448,380 0000000000000000008f87f35f86b71a5a05ba0a022223fc26e64d02250c23b6 1,540 0.65/1.00 vMB 70
448,379 448,379 00000000000000000129cd2b4faa57d629f833c5ee38cbcd13a198bcb8f5b20a 778 0.30/1.00 vMB 73
448,378 448,378 0000000000000000015634618a5ee2db461777b72e816b0a712855fc4bb3a728 1,837 0.76/1.00 vMB 73
448,377 448,377 00000000000000000076f3d24cb3ee357d7ffa8765c535e6bdcada97ce7637f5 1,043 0.42/1.00 vMB 71
448,376 448,376 000000000000000000ad3fc1bd1a79728c25fc81d1764f870008823f5783b8c7 1,181 0.49/1.00 vMB 69
448,375 448,375 000000000000000000398f628350432f87d1a13325068618cda5f340677af034 258 0.23/1.00 vMB 34
448,374 448,374 000000000000000000ff5ccc8ebda2908ebe77d52254ab78115aad213884c107 1,295 0.59/1.00 vMB 72
448,373 448,373 0000000000000000009bf57ba2d86cab750033ca86febdd3b34f1db3a7b6d893 310 0.23/1.00 vMB 40
448,372 448,372 000000000000000002271690c5d771b2b509a8297c56572f46a97035080631ed 2,271 0.92/1.00 vMB 73
448,371 448,371 000000000000000001f35326d36930fec6099872aa1b35d0fbf16e7c9d076234 2,097 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 783.03 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: 719.52 GB
    • Received: 18.08 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.