Loading Tool

Explorer IconExplorer

Memory Pool

77,948 transactions
29.28 vMB
0.06330273 BTC
Random Selection Loading Transactions
Max Size: 175.93/200 MB

Candidate Block

Mining Attempt 698da8bb8a569371760d8466fa32e0cf211accf616f93aee801caaeeee3b4f85
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root e7970ac0b1d562ffad90109349ef68339184b1502f40b591fe512aa1da7ca5f1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,827
Size: 1.00 vMB
Total Fees: 0.00404117 BTC
Feerates: 12.16 > 0.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (291,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
623,319 623,319 0000000000000000000017761e74efdd6fa08278316d1a07ee2560c44bd18e54 1,876 0.75/1.00 vMB 16
623,318 623,318 000000000000000000009e8619f3d671aa047d1a7a964ea58064a58381e610ed 1,715 1.00/1.00 vMB 4
623,317 623,317 00000000000000000009a9f2c55dfa431dedf86e1d6923e313786d547cff12a4 2,624 1.00/1.00 vMB 17
623,316 623,316 00000000000000000004c6f6f057e22d9156b81a4314dbd369a78dfb23b32dc4 2,394 1.00/1.00 vMB 7
623,315 623,315 0000000000000000000379d203f745d8bee866dd2862578d059393d9c854ddb2 2,384 1.00/1.00 vMB 45
623,314 623,314 0000000000000000000048988cfb8102c74580c61c7064c7acac187b5e7b88be 2,779 1.00/1.00 vMB 49
623,313 623,313 00000000000000000007cfae7e68fc3f4b84969fa2c86f292ca79a737785960d 2,076 1.00/1.00 vMB 29
623,312 623,312 00000000000000000012e445c26804916954b6c9b8144cb3b9ab2edd2d982b3b 2,386 1.00/1.00 vMB 5
623,311 623,311 00000000000000000000f46624081d4e4367589cf572d4d23a06a15e9961f7e4 2,970 1.00/1.00 vMB 42
623,310 623,310 0000000000000000000c27f44e585f5cfaf9f98d46da3945a1e776dd5a377ca2 2,674 1.00/1.00 vMB 46
623,309 623,309 000000000000000000010c41160cdbd980ea5a4f6daf1927836f722de2606d2f 2,598 1.00/1.00 vMB 48
623,308 623,308 0000000000000000000e035c9b97a59bad444543270130ba4c057a709f3b633a 2,486 1.00/1.00 vMB 22
623,307 623,307 00000000000000000001f6268666eaa031f8a8b0f599dc2c9f3a6f24f3042a7b 3,003 1.00/1.00 vMB 38
623,306 623,306 000000000000000000107b914d80e50d1067a37dc6e9e1e098f69b06673820c7 2,441 1.00/1.00 vMB 23
623,305 623,305 000000000000000000050a7cf932c9cc7d90e5f6a08b4f356991aaf2d84fdcf3 2,182 1.00/1.00 vMB 31
623,304 623,304 00000000000000000004e643e187334ef67b5049515146a1406955fd7d29b26c 567 0.20/1.00 vMB 23
623,303 623,303 0000000000000000000a5a19189f4ac680311fb40f5b7d6dac7c022b20e8b669 927 0.45/1.00 vMB 18
623,302 623,302 000000000000000000138572c3ef3d825da220152cb8490b24b81f37f08f10ea 2,180 1.00/1.00 vMB 7
623,301 623,301 0000000000000000000d1f4436cc56330643785a8c0dd4e1c879b0fbbb719688 2,859 1.00/1.00 vMB 19
623,300 623,300 0000000000000000000d6b9fe2b0e9d719a6d9ed722a2ae1a380f377e1478338 2,878 1.00/1.00 vMB 57
623,299 623,299 0000000000000000000e16bee3d6bd922764935be3dc9c7b92fbb2d944923a2c 2,744 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.38 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 664.47 GB
    • Received: 14.98 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.