Loading Tool

Explorer IconExplorer

Memory Pool

76,787 transactions
28.69 vMB
0.11389955 BTC
Random Selection Loading Transactions
Max Size: 173.62/200 MB

Candidate Block

Mining Attempt 4afda15e55fb4977953821090fc4137afe6ec919454d99010441d905c95fb2f8
Version 20000000
Previous Block 000000000000000000009f1c3d628decaf53046a7e17575a65fbaae2fc1ca795
Merkle Root 49da13db27706a39e41901ee5be51e6e5d3d7e9ffecc425a0b6b15cdb91de95e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,016
Size: 1.00 vMB
Total Fees: 0.05434559 BTC
Feerates: 101.65 > 5.45 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,116 (541,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
373,433 373,433 00000000000000000d255e027b2ff4a020e5c71fe7b2969f330b1670fe4c028d 591 0.31/1.00 vMB 33
373,432 373,432 00000000000000001129802230d95ee912f65dfe4e36ed7c2c86dcfa1e39dec7 148 0.11/1.00 vMB 18
373,431 373,431 00000000000000000a069fc09ff2b0446596c8f6743566abb84be5ac4e3f2b4b 1,676 0.85/1.00 vMB 41
373,430 373,430 000000000000000000188f29d78d84c6ba3866d300d3cc35287f042c35b0b9ad 525 0.25/1.00 vMB 40
373,429 373,429 000000000000000002ad3ae3d0eb9f4abb369d5b48e5049ebf6ca4f17b15a7eb 1,356 0.82/1.00 vMB 36
373,428 373,428 00000000000000000449dc32ccf9b52dbf5f32d84206d06d5b0b88a97cff1bdc 768 0.57/1.00 vMB 33
373,427 373,427 000000000000000009f3480b0914bd96942630330df57053d34e60f3c18eb487 184 0.12/1.00 vMB 26
373,426 373,426 00000000000000000a48cdbdc353ecfe2e5fce23a86540f9d20d0331a7e5f71c 630 0.48/1.00 vMB 34
373,425 373,425 000000000000000010a779374b14bfa82b62e9d546dfd34020b2c4d8588ea475 1,329 0.69/1.00 vMB 46
373,424 373,424 0000000000000000059f103e83b7337f962219daf9ab71f124a9809fbfa2f0d6 1,331 0.69/1.00 vMB 39
373,423 373,423 00000000000000000e42e9cfebb3715d6e6a054de88e98ead9b37d1fc7d298e5 92 0.07/1.00 vMB 9
373,422 373,422 00000000000000000d77bf90e35fc4bcb9a4a682f64e2a2d2d64e342fe37d94f 192 0.15/1.00 vMB 21
373,421 373,421 000000000000000003d6bc47055402ab6fa07f3af35a06fb7c3049a1759da2cf 337 0.20/1.00 vMB 33
373,420 373,420 00000000000000000aa421c00ad579914d1b34477e40dd8c6689561e096c3aeb 808 0.36/1.00 vMB 41
373,419 373,419 00000000000000000e150e11f8556754181c4730340e7d83912ccf4dc840b3cf 249 0.15/1.00 vMB 31
373,418 373,418 0000000000000000038c157a452e5b633ef58ba314086b5500e9501916c6b6c6 1 0.00/1.00 vMB 0
373,417 373,417 0000000000000000026a8ca3cacd07fc5c2a6640a7231a2206be47c5bc0caf99 972 0.79/1.00 vMB 27
373,416 373,416 00000000000000000bf2caf04bd8b1efa37808a76723074a7b5987b5ca8182e9 1,374 0.75/1.00 vMB 40
373,415 373,415 00000000000000000158cb38bfba1d85b03cc4785f69890d6eeb628cc49b5f67 961 0.93/1.00 vMB 15
373,414 373,414 0000000000000000020064fabead424ac486eff5db5c181b8cc936937630f98c 2,389 1.00/1.00 vMB 62
373,413 373,413 000000000000000005aeec7876ce0855efbb59d5e63239fae48fbd593260722a 757 0.48/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.59 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.52 GB
    • Received: 15.95 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.