Loading Tool

Explorer IconExplorer

Memory Pool

87,150 transactions
31.63 vMB
0.21759838 BTC
Random Selection Loading Transactions
Max Size: 192.03/200 MB

Candidate Block

Mining Attempt 5bd19ce8a0664041de72b5ed1b2b6738c54b0291ed0860bfc6389032d0d37212
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root e93e0d3bb6c071dcefeea6fb52b1b72f6cc97f518dc54e480ae50c2d8cb6a575
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,598
Size: 1.00 vMB
Total Fees: 0.10914374 BTC
Feerates: 502.67 > 10.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (294,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
620,477 620,477 00000000000000000000c6ca2f9ae350438f74eeef403dc8612903db5417487d 1,754 1.00/1.00 vMB 23
620,476 620,476 0000000000000000000c8a7c1ca4854de651a9b2b3927265d6d8c545ff495b40 2,597 1.00/1.00 vMB 26
620,475 620,475 0000000000000000000f1c21ff4ab49a0ea69f45440d2c25bfbb33d9061df4b9 1,873 1.00/1.00 vMB 24
620,474 620,474 00000000000000000008f153b19176628fbd08766d36a94f5b4ef1985ccfade6 2,488 1.00/1.00 vMB 28
620,473 620,473 000000000000000000049f44b868a92d7ba067c19bd5eb90a7ff804308b5fded 2,814 1.00/1.00 vMB 18
620,472 620,472 00000000000000000003d223462a41118be967eb9072b2c200a4fa5a97017244 3,040 1.00/1.00 vMB 27
620,471 620,471 000000000000000000074dffad76a5aaa317557a1faf565f0047c0c50d3af87a 1,712 1.00/1.00 vMB 20
620,470 620,470 000000000000000000052bbeaa1485acc7f1e87cbb27d8980228cab4eedc054d 997 1.00/1.00 vMB 74
620,469 620,469 0000000000000000000fe1a9a69f513f06910b5223cd6da739776fbd2458d84b 3,351 1.00/1.00 vMB 29
620,468 620,468 0000000000000000000c422e2e979a35791b38846abfaf2b4fc3eb05d8fa8719 3,061 1.00/1.00 vMB 27
620,467 620,467 000000000000000000062d471f2fe852b42a645f694528c54203d371fcad4e37 3,076 1.00/1.00 vMB 21
620,466 620,466 0000000000000000000fa53384563907d4d3abd24896094d274a1a8ad053264f 2,778 1.00/1.00 vMB 38
620,465 620,465 00000000000000000001b4894db100902974dc2c142c9c7c16a4b17c46125992 2,121 1.00/1.00 vMB 14
620,464 620,464 00000000000000000001aea6e9344f635ef8d20ab676d144977aa5f0deb6efa0 2,871 1.00/1.00 vMB 14
620,463 620,463 0000000000000000000c2bf763cc9adc4843e923c95940248eb4e676cf277a1b 2,623 1.00/1.00 vMB 21
620,462 620,462 00000000000000000002c85f7b0f0025e46936c62ad2f68e3d3437dcde32adce 2,846 1.00/1.00 vMB 16
620,461 620,461 0000000000000000000204e60762bf35d993e527da146b063f84f10f61e0cd15 2,923 1.00/1.00 vMB 30
620,460 620,460 0000000000000000000ca42cc53c74b5d221214210e4aee9a0e2f94e07780e38 3,085 1.00/1.00 vMB 20
620,459 620,459 0000000000000000000c91618be82ebb870e9e6cffe3846624e47d05992a6dc1 2,816 1.00/1.00 vMB 39
620,458 620,458 000000000000000000011de3f5a889dde4ce79158b9856ca9365143984745f7d 3,234 1.00/1.00 vMB 22
620,457 620,457 00000000000000000007e4f252e08de746a5434336c230272b576e80b6fca2c6 2,126 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.61 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.95 GB
    • Received: 16.08 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.