Loading Tool

Explorer IconExplorer

Memory Pool

78,938 transactions
29.42 vMB
0.08328506 BTC
Random Selection Loading Transactions
Max Size: 179.82/200 MB

Candidate Block

Mining Attempt 291f4da561a547a1b4a8714075dccd5182ea26790f63aa66030b61955cd3ae2d
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 604d59f912c1f030de1d644b0775f83bac1d2310c5c1af417ec5e4d639dfb3ba
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,402
Size: 1.00 vMB
Total Fees: 0.01865973 BTC
Feerates: 402.60 > 1.87 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (425,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
489,501 489,501 000000000000000000a9d7d4fd755ad9bbbab933b0ab4f866e7cd73c2c061e63 2,078 0.93/1.00 vMB 158
489,500 489,500 00000000000000000059755a07b4cd797a86b39e54db139b4a65890f661ca5b3 2,248 1.00/1.00 vMB 138
489,499 489,499 0000000000000000007f48f61a6f2b4ef7c2d25e374d2e15029a4268c5eea558 1,874 1.00/1.00 vMB 271
Previous 10 blocks ↓
Total Size: 782.95 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: 715.16 GB
    • Received: 17.66 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.