Loading Tool

Explorer IconExplorer

Memory Pool

77,332 transactions
28.98 vMB
0.08415238 BTC
Random Selection Loading Transactions
Max Size: 174.86/200 MB

Candidate Block

Mining Attempt e50490a40ec8ab4340de827803ec9977eb4cc9c3fa0e1edeb84df557de0e2c2a
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 46d7687c1f935fc9717b2b7f90c7cc0d5a1f0ece8ed4cc0fe8c611b2045eedf2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,558
Size: 1.00 vMB
Total Fees: 0.02356832 BTC
Feerates: 103.00 > 2.36 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (402,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
512,454 512,454 00000000000000000042c9159d380cd540b7573cf66e029ec7f5553a2970a245 1,809 1.00/1.00 vMB 26
512,453 512,453 00000000000000000015e3dcd70b3ec70660742e03439378e605bfb37ad3c1ba 1,388 1.00/1.00 vMB 19
512,452 512,452 0000000000000000004b99b7ab27ced14d89e84bc88b8661a41dfa255a7e2ffe 1,099 1.00/1.00 vMB 20
512,451 512,451 0000000000000000002868f08e9aa78c5ab632d583bfaf0e89ed1f1ea21ac68f 2,191 1.00/1.00 vMB 22
512,450 512,450 00000000000000000000242e60a117b6431a7dd4610367b06f176c59733ebf02 1,066 0.56/1.00 vMB 15
512,449 512,449 00000000000000000032442720044e3fd4a6b4d8d2a52a4e2f034beee57d8daa 2,211 1.00/1.00 vMB 34
512,448 512,448 00000000000000000030217a29d2e0c1912fdd567479548d1737dd3c3fff8ba5 3,133 0.99/1.00 vMB 24
512,447 512,447 0000000000000000001abcabe292fc7bab5a9e171f6d528f2d23c6e62e0e2ed5 2,139 1.00/1.00 vMB 85
512,446 512,446 00000000000000000041031a1386dcf9d56016502ead5db1734b334459184615 880 1.00/1.00 vMB 12
512,445 512,445 00000000000000000037f647be1aeef7b5cd3654f6ee53e219924d543c5e17ba 1,604 1.00/1.00 vMB 26
512,444 512,444 00000000000000000031bde8afdf432a7fc962f113afe1a1270db89e42e09a3b 226 0.08/1.00 vMB 109
512,443 512,443 00000000000000000003cbc976292faf3625b78af5a8e93bc24f46d2b66c0ce1 1,140 1.00/1.00 vMB 15
512,442 512,442 000000000000000000274f419aca8a9042105dea304945fbb6a2cdc460b2231b 1,906 1.00/1.00 vMB 30
512,441 512,441 0000000000000000001ccf3fd8d3bd210273707987c960ea7b69eff2910efd08 208 1.00/1.00 vMB 4
512,440 512,440 0000000000000000003512a027b24cff2ae57ef0980e1be28e019b9b9a8711c4 452 1.00/1.00 vMB 5
512,439 512,439 0000000000000000003ce26977ed19190750a2b79de980f2fff5d6b0f85cfa82 2,079 1.00/1.00 vMB 23
512,438 512,438 000000000000000000022bb0eb31d0a682035e261f8bebae5cf21a60bbb3be07 2,672 1.00/1.00 vMB 52
512,437 512,437 0000000000000000001619dbb562fe9185a4c6321b7f93019d2c9fe2f82bd1d5 436 1.00/1.00 vMB 11
512,436 512,436 00000000000000000002c89c5aefe850969d5192faf0733eb9a80bc2a9f57173 866 1.00/1.00 vMB 12
512,435 512,435 0000000000000000003d156a16065e9abdb5132a2b1e5e9f6a1b9eea4456c58b 295 0.12/1.00 vMB 60
512,434 512,434 00000000000000000015694bc42bfbb3be0fa416cf5b1510714425ec171ab160 124 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.66 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: 673.02 GB
    • Received: 16.35 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.