Loading Tool

Explorer IconExplorer

Memory Pool

40,517 transactions
25.77 vMB
0.05273313 BTC
Random Selection Loading Transactions
Max Size: 134.41/200 MB

Candidate Block

Mining Attempt f9fb0090d78574328d435742b26471b91a7df3e1c2673dacfa9419e9cad2a41d
Version 20000000
Previous Block 00000000000000000000b5b2d45e6886bb0157eb70677ea9d4555802ee085a1f
Merkle Root 41df544c332bc77c2f28a22fc0764f094792f8e7dcb9ab3fd49a59c5fda8ab03
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,644
Size: 1.00 vMB
Total Fees: 0.00609682 BTC
Feerates: 75.74 > 0.61 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,732 (77,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
836,791 836,791 00000000000000000002726585657d2fe1e54dd25ef918c462a47c2c262b00d3 4,262 1.00/1.00 vMB 19
836,790 836,790 0000000000000000000246e971a59e608c496ad6e227fe12582595eb2c7c1d8e 3,713 1.00/1.00 vMB 29
836,789 836,789 00000000000000000001f28eec389709d7963eeb9e5296bec5b3c12bbc3aa169 3,463 1.00/1.00 vMB 28
836,788 836,788 000000000000000000029378292a9367a3055370ad01f0946c9200485777b52a 4,075 1.00/1.00 vMB 28
836,787 836,787 00000000000000000001d39e9049606fba90260fa08b4454461bb63568d6a8d5 4,288 1.00/1.00 vMB 33
836,786 836,786 0000000000000000000352abd4238391f68a174fab680b3c1ad4ce41082b6c12 4,747 1.00/1.00 vMB 37
836,785 836,785 000000000000000000025958eb0badcd02e1b755247f3452f2f64434d169c3f6 4,267 1.00/1.00 vMB 37
836,784 836,784 00000000000000000003215915f68c42bc96454d1f3b8adff3ed8b4dd7d5be00 4,501 1.00/1.00 vMB 32
836,783 836,783 0000000000000000000019da3f20a8a10cb0d54dbd7511f85fd531a33154f7c3 3,792 1.00/1.00 vMB 33
836,782 836,782 00000000000000000000446a2282fdb74524a9982bc3131de0c0eb02bb81c825 4,379 1.00/1.00 vMB 16
836,781 836,781 00000000000000000000ef46a3c151ae4c869db53552d1cb446806e3c81ff2fe 3,888 1.00/1.00 vMB 16
836,780 836,780 00000000000000000001fd2a348ddf0b6941e92c54888ca5b9ff6521252f0a1c 2,740 1.00/1.00 vMB 20
836,779 836,779 00000000000000000002a7ca980af7815b523127c19b0138044eaf25ef2251d0 3,784 1.00/1.00 vMB 22
836,778 836,778 00000000000000000000294245f581b3adf6f4f466c1493bc51dbd797ab18eb9 3,564 1.00/1.00 vMB 26
836,777 836,777 00000000000000000001a2fa0dc6afa2c9897f0d6c786f8c21b9393ad92482a4 3,880 1.00/1.00 vMB 16
836,776 836,776 000000000000000000020abcd01a70b7c0765a5768cae4218380b93f52f596ce 4,366 1.00/1.00 vMB 21
836,775 836,775 0000000000000000000174494fda6f99d781d473ef7195d79d5c6f51e1847d18 3,839 1.00/1.00 vMB 29
836,774 836,774 000000000000000000025944d210ca18f059337335c205700e0e3d7c1abf5df6 3,634 1.00/1.00 vMB 17
836,773 836,773 000000000000000000025790e6aa60efc6b2f7df9f4152bc560e18edc7868975 2,797 1.00/1.00 vMB 33
836,772 836,772 00000000000000000002ce329e74cfd83b4bf1687d9e4ca1215b774c51fdcb70 3,554 1.00/1.00 vMB 16
836,771 836,771 00000000000000000000abb642e2a1727603bf7f611150cbdbd46ec7a252f637 3,092 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 781.92 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 646.02 GB
    • Received: 12.80 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.