Loading Tool

Explorer IconExplorer

Memory Pool

42,228 transactions
29.08 vMB
0.07242468 BTC
Random Selection Loading Transactions
Max Size: 149.16/200 MB

Candidate Block

Mining Attempt 26a4f9fe3463219417bb6d9e2e954a8ba3d302b89b8c61d099baa099db7017ea
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root a42ed5454b8d9a5ef465d9462f9f0516bd8e12f0418a3e39d604dbd17b8aacd6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,441
Size: 1.00 vMB
Total Fees: 0.01566794 BTC
Feerates: 100.36 > 1.57 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (459,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,548 455,548 00000000000000000211b0fabb86028a551db5df04c1f727a2dc3aa4484b065f 1,744 1.00/1.00 vMB 178
455,547 455,547 00000000000000000273d515de5c3bfa8da296a9ac8a1cddf660b86bd0c1686d 2,512 1.00/1.00 vMB 272
455,546 455,546 000000000000000000c509e515f8775658f86f81077bfda75390639234af8687 1,515 1.00/1.00 vMB 149
455,545 455,545 000000000000000001e635574bc69dd30ca4228cf92eb99186b391f4a19ed294 1,631 1.00/1.00 vMB 141
455,544 455,544 000000000000000001c4affbf0db7a4e939609b602be60abea7fa5eaa6376e82 2,730 1.00/1.00 vMB 242
455,543 455,543 0000000000000000021b9d7970161fc7a0ad61e64782c5a435714a7af86a37ee 2,154 1.00/1.00 vMB 189
455,542 455,542 000000000000000001af254661b94159edba3cb03980b2f7a042d3c4c43d2dbe 2,696 1.00/1.00 vMB 246
455,541 455,541 000000000000000001ee78dac7d0dc1b276174156de26f71faa4ab923574ec3f 1 0.00/1.00 vMB 0
455,540 455,540 0000000000000000008326419dd26407c51248ad2c8e04c7ebba5de6eb87e202 1,807 1.00/1.00 vMB 160
455,539 455,539 00000000000000000169b30dd310bf41a80512f2ed09b70c1bc2628744799d01 2,098 1.00/1.00 vMB 117
455,538 455,538 000000000000000000ca889e622a810ce9ccdfd44d3150f9e37b66bef9162c40 2,172 1.00/1.00 vMB 182
455,537 455,537 0000000000000000019cab4580bb4e405c7e6882db72ca797bde4f32f8cf107b 2,242 1.00/1.00 vMB 194
455,536 455,536 00000000000000000007241f27132374771573acf66e51114e14c811ae9cdae6 2,176 1.00/1.00 vMB 220
455,535 455,535 00000000000000000091dae67a51e8ccf44efcae3b441c9c55487454861d02e3 2,029 1.00/1.00 vMB 142
455,534 455,534 0000000000000000005b48c1228b6b38c79fe81070394cb39c0d20eb754d6c8d 2,308 1.00/1.00 vMB 223
455,533 455,533 0000000000000000010b031b3d4f563dd6154e88e7107b48ffaed1b2809e2ed6 1,833 1.00/1.00 vMB 182
455,532 455,532 000000000000000000373215d3226ebc209ae9f85baa43a2764ac62cb21cb7a9 1,436 1.00/1.00 vMB 129
455,531 455,531 000000000000000000291394e5d026ee0d8395a4944de9c6b3d8445fcd6a5458 2,793 1.00/1.00 vMB 196
455,530 455,530 00000000000000000046ec5a36ef7da87fe47d39a78a04b796359cdfcb5b73f2 2,526 1.00/1.00 vMB 212
455,529 455,529 00000000000000000237af1d190a6dd3ef6bb8152fbb9c485f2098b5f801ec62 1,735 1.00/1.00 vMB 143
455,528 455,528 0000000000000000006bd8b890bf287b9cf09a2570debe9fd7b70d35c6962e80 1,780 1.00/1.00 vMB 182
Previous 10 blocks ↓
Total Size: 781.71 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: 629.31 GB
    • Received: 11.90 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.