Loading Tool

Explorer IconExplorer

Memory Pool

72,807 transactions
28.13 vMB
0.07105246 BTC
Random Selection Loading Transactions
Max Size: 166.52/200 MB

Candidate Block

Mining Attempt 0953fb142b6952e148640bc9925aa23d64566f37683d5751cb5820cc2674fcfe
Version 20000000
Previous Block 00000000000000000000bd4ee2b85ebdeedc5960d897199cff187ab220c742f0
Merkle Root 53f807fd61b30405691e45ae8dbbf650416572b53f2aa104fc24632778a35e4a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,336
Size: 1.00 vMB
Total Fees: 0.01478365 BTC
Feerates: 157.46 > 1.48 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,036 (424,519 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
490,517 490,517 0000000000000000004c9d17a0988e9822b968db80e87c55cf95b2ee6ae8b129 2,717 1.00/1.00 vMB 189
490,516 490,516 000000000000000000789f63bc849ce62cbacb2557ddac7edb7c1fa40193b2e2 1,748 1.00/1.00 vMB 209
490,515 490,515 0000000000000000003a23912cd8fa8538d102cd464dd63d9fbfd0e7eee9487e 2,277 1.00/1.00 vMB 109
490,514 490,514 0000000000000000008a846aba8a6a1bd7fa00868dab9709c47812f836f85661 2,382 1.00/1.00 vMB 132
490,513 490,513 000000000000000000e9d99ddd53b98b1bab446d342f374d791766bc932df505 2,718 1.00/1.00 vMB 132
490,512 490,512 000000000000000000bbd4cead0381f3915897323bcf55ecbbc9332552b48ad0 1,824 1.00/1.00 vMB 164
490,511 490,511 0000000000000000001c1cec2cf47a5865d4f74e8c9086b0ebc020b060480cb9 2,378 0.94/1.00 vMB 187
490,510 490,510 0000000000000000001077b484ed0659e5992371c12a70cc6ffe815a74b8ee38 2,600 1.00/1.00 vMB 218
490,509 490,509 000000000000000000cd74d3024470a4e206096e3a6ce5091bcfae787d5d32df 2,505 1.00/1.00 vMB 169
490,508 490,508 00000000000000000015f39dc431063116da90677b54d7b123f74a01392f9b08 2,725 1.00/1.00 vMB 139
490,507 490,507 00000000000000000048673da78fce4701f517b60ebe6f8b5b2760535d5d75e9 2,678 1.00/1.00 vMB 257
490,506 490,506 0000000000000000000bf5ecf897e2528d5c85ef4d028f0d91aea41e2f81a5d5 2,862 1.00/1.00 vMB 222
490,505 490,505 00000000000000000027dd7646976476f3e395519de3c7dbcc6f635ef48ecdfd 2,603 1.00/1.00 vMB 199
490,504 490,504 0000000000000000007502691b31928f345b972eb7df0ad5cd8ed0dfafb0cbef 2,366 1.00/1.00 vMB 228
490,503 490,503 0000000000000000004fbbfed1a7d9aeedb5e2d5204f6031ba585777626ad30b 2,739 1.00/1.00 vMB 133
490,502 490,502 0000000000000000007d80d80813d75a6ea2b03def3d65f561e045b7f4ef3f22 2,608 1.00/1.00 vMB 189
490,501 490,501 000000000000000000c47e7174e2ba87ab2b3d985b876de853e62733bda55ed6 3,091 1.00/1.00 vMB 141
490,500 490,500 000000000000000000cbd753d8bf3886bab265219c82e562c4e8502d0e79ce0e 2,958 1.00/1.00 vMB 126
490,499 490,499 0000000000000000008df268e12dc59c4cb0db2142b1021ca39e065b5f03d9c6 3,085 1.00/1.00 vMB 156
490,498 490,498 000000000000000000a2c31e0331ae64aa3d1bc940f80b67acff386ae4dba9ad 2,963 1.00/1.00 vMB 150
490,497 490,497 000000000000000000692f8137418458fff501c0c9bb7106a0f3146181bdab8b 2,647 1.00/1.00 vMB 180
Previous 10 blocks ↓
Total Size: 782.45 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: 667.52 GB
    • Received: 15.26 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.