Loading Tool

Explorer IconExplorer

Memory Pool

79,954 transactions
34.56 vMB
0.17107921 BTC
Random Selection Loading Transactions
Max Size: 193.41/200 MB

Candidate Block

Mining Attempt fdf8f6f0caf251437bc159a9cdafd783186f68e57e3bb8b0988f43414e27deb2
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 261744fe08183995fed08d831bda2347d1c9038fcd21f7481d269f285aa439f2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,868
Size: 1.00 vMB
Total Fees: 0.04409909 BTC
Feerates: 150.93 > 4.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (425,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
489,522 489,522 000000000000000000e05ae6c7b9d41458bcd188c89f42df631f0119d117ce9c 2,212 1.00/1.00 vMB 65
489,521 489,521 000000000000000000a34eb5c8eb3411f735e4488d2e0056f1476bd2df8abad5 2,136 0.95/1.00 vMB 155
489,520 489,520 00000000000000000057522e4e69b5dc6f2cd993ecfb500ed7e9d57ef60db335 2,438 1.00/1.00 vMB 93
489,519 489,519 000000000000000000d48f5202df5985d64a28b7109b3ee58db80fe97dc44b2b 2,287 1.00/1.00 vMB 131
489,518 489,518 0000000000000000002b38c86af2a46dbce5ce901c87eab7544888f51e2ff5e9 1,441 0.82/1.00 vMB 131
489,517 489,517 000000000000000000be7a8043e380a3f27b25e2132dc90b894cfc95bb2b2bf1 1,930 0.98/1.00 vMB 219
489,516 489,516 000000000000000000ef1491e19dd0acdb6a16f73f5f3bff70be95fb18e0a100 2,012 0.95/1.00 vMB 75
489,515 489,515 000000000000000000a5185321739f17a1222a21c0c212f218c6aff479f1df7c 1,791 1.00/1.00 vMB 104
489,514 489,514 000000000000000000c408fb578ea5d88050a6bd0b832f240d2ce82f9cab4609 2,159 1.00/1.00 vMB 149
489,513 489,513 000000000000000000894cc63bafc0839928a50504fe4eb81c23e7a66e8c7926 2,222 0.96/1.00 vMB 157
489,512 489,512 000000000000000000743249f0b1bcfeddbaefa42919bc4328a5e1fb7892e101 1,822 1.00/1.00 vMB 66
489,511 489,511 0000000000000000003d3845576dc8321b601c17a167414319d48bea697380f7 468 0.21/1.00 vMB 174
489,510 489,510 000000000000000000532d2e64a41a096aa6fe05be666a5b7a09fe3753723505 2,333 1.00/1.00 vMB 140
489,509 489,509 000000000000000000bf2cb491655b7ef0977f48768a5593a0e82e58d965117e 1,948 0.97/1.00 vMB 87
489,508 489,508 0000000000000000002ab70ba46474a9e6bee45dc8d599d3e6e30fef1b01a06d 1,910 0.90/1.00 vMB 67
489,507 489,507 000000000000000000e2fd99325808109153b405d93443b373dc182bb83f9619 2,529 1.00/1.00 vMB 115
489,506 489,506 0000000000000000006bb2d5ce5e33edd502224f5272a5c26f9ebd451d52dd3b 2,432 0.90/1.00 vMB 91
489,505 489,505 000000000000000000ef5231da10aaf98a91ae5610f93da08a630dcc6e7c8981 2,281 1.00/1.00 vMB 134
489,504 489,504 000000000000000000b88802a5bad35757a3e6af6aad9936e342dc1b07c39de7 1,872 0.96/1.00 vMB 158
489,503 489,503 000000000000000000a0ede164d56789c601124789a0168b7dc5766723725fa4 1,840 0.95/1.00 vMB 93
489,502 489,502 000000000000000000a406b878127e2dea8be393966cde665faeaccd4bc44f4f 2,146 0.92/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 783.11 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: 734.12 GB
    • Received: 18.55 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.