Loading Tool

Explorer IconExplorer

Memory Pool

78,651 transactions
29.36 vMB
0.07687083 BTC
Random Selection Loading Transactions
Max Size: 177.45/200 MB

Candidate Block

Mining Attempt 76b4a14a958895b6eaef2d9cf98fac0b4c13e879c72dff506768c49c1abe7a79
Version 20000000
Previous Block 0000000000000000000078ffc24a65e78d2b3a0de27eb90b8ca8a30b42966c94
Merkle Root 9ffd7850c511a80a7fd305c53ba31899934a27859b7f12be3f5b1e2d5690ecf1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,971
Size: 1.00 vMB
Total Fees: 0.01431508 BTC
Feerates: 521.84 > 1.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,122 (733,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
181,381 181,381 000000000000019202c3f3273596df56b87a7696c828e035a0ed6db0f75584f7 156 0.05/1.00 vMB 72
181,380 181,380 000000000000039e2e31f8cac3537d1ee07aa025630a500cac74b9d1dfa9cc4e 105 0.05/1.00 vMB 99
181,379 181,379 0000000000000210a2fb3171f13b5f3dea777daa0edfdd6f112e5dbbfb586aaa 685 0.25/1.00 vMB 213
181,378 181,378 00000000000004a00a665c958d6cd829cc9790cb1446381ce90e8d407984f676 137 0.05/1.00 vMB 155
181,377 181,377 00000000000006da215498e293ed2f0b95a5c4096b098b01324ecc1f15dd7735 288 0.14/1.00 vMB 196
181,376 181,376 000000000000082f7e0b45d755533565f2efb0ded1cbb0765f46c589f022fd72 12 0.00/1.00 vMB 0
181,375 181,375 00000000000000212ebc926ae6c23c3a9b573a40991946bf89295bd8c1953ad5 453 0.22/1.00 vMB 101
181,374 181,374 0000000000000203818937bedf2f0663cfa78a202fff9e96bb6812b525afe718 569 0.25/1.00 vMB 209
181,373 181,373 0000000000000760efa9fcb33b23b4f8eda89a16ac88552fd2780533a0512b4d 14 0.00/1.00 vMB 29
181,372 181,372 000000000000047503530c5f6480bc0f6089e25c477ee1c2a4e83cf4fb76530c 130 0.05/1.00 vMB 252
181,371 181,371 00000000000008ffac6d5bd0602e8f28309ab8584acc0fa4c80ed5e468a6c91e 699 0.25/1.00 vMB 150
181,370 181,370 00000000000003afee33f7c381ca6f1fd260b85c21515a5cb691ca638e638329 12 0.00/1.00 vMB 11
181,369 181,369 00000000000002f3ca3178047cfe72baa97d8f94cde5897ef65b785f25aa9aa8 27 0.02/1.00 vMB 216
181,368 181,368 00000000000007d0bc2bd02f4d37af02c3fe70729af7c8086f26708e7518d419 79 0.04/1.00 vMB 109
181,367 181,367 00000000000003554c9a2c6c2040fb2ff35f4cb78902ef908899b32e2cd06b68 13 0.00/1.00 vMB 51
181,366 181,366 000000000000004e548f5b18a7dad68bdb56e7d754ef96289096f09c1399de56 122 0.07/1.00 vMB 128
181,365 181,365 000000000000071c3fde9db846fe51a06b9c05799b97038029bd863d7888aae5 21 0.01/1.00 vMB 4,304
181,364 181,364 000000000000052de249336145a4710790e2358d0e6e5c0a503fa0ad085f7766 551 0.23/1.00 vMB 138
181,363 181,363 00000000000006100b2961816f1e790211ec3bd79182924d264a4684da665ef7 129 0.05/1.00 vMB 104
181,362 181,362 000000000000031a559489e0448cbe604b764fe781fa1b85a8829a36decf761a 104 0.03/1.00 vMB 12
181,361 181,361 00000000000007cdfb240e7e0e883f60039b45eb81d44a7081e0a355a989ed7b 152 0.06/1.00 vMB 99
Previous 10 blocks ↓
Total Size: 782.60 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: 671.81 GB
    • Received: 16.02 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.