Loading Tool

Explorer IconExplorer

Memory Pool

73,399 transactions
27.16 vMB
0.06182866 BTC
Random Selection Loading Transactions
Max Size: 165.93/200 MB

Candidate Block

Mining Attempt 02ef2fd99419b6667fbf2308d56166ba2210e4881eb133b9a4997712bf4d0088
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root dd74c2f328ad26b8c56132265e81210cceb80a9acd0dbed2f574dc0851d933eb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,985
Size: 1.00 vMB
Total Fees: 0.00394162 BTC
Feerates: 14.05 > 0.39 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (360,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
555,299 555,299 00000000000000000030ace6d490fa9a9bf96ddcd09217c6531ba7581f81778a 2,441 1.00/1.00 vMB 20
555,298 555,298 00000000000000000024aa3de674b8e78940792045d6f4d651c23f7cc6296057 2,885 1.00/1.00 vMB 39
555,297 555,297 0000000000000000002a25a0a6b8c06ba71349a7e6d6f497d1c6c87bfc711c16 1,757 0.98/1.00 vMB 10
555,296 555,296 0000000000000000001a33867ea09d79087eb727ad547517c0d164567db0ce40 1,939 1.00/1.00 vMB 3
555,295 555,295 0000000000000000002e5e5f1659e223bc7aa69d5edfdfbfda096a501ef2b648 2,061 1.00/1.00 vMB 11
555,294 555,294 0000000000000000002779ea17358700088d25496296118f7a85124b34459fe9 2,493 1.00/1.00 vMB 8
555,293 555,293 00000000000000000022e066ccd8734ec6c8664e48a3bc803d4e27da89fba62b 2,298 1.00/1.00 vMB 22
555,292 555,292 0000000000000000002f6db4a3bb921f6c68d57339a5bf98c6bed5f5fa500bbc 1,220 1.00/1.00 vMB 8
555,291 555,291 00000000000000000002da46f1b3b877d49fc826df1113fbab20138febb50c40 2,692 1.00/1.00 vMB 13
555,290 555,290 00000000000000000031b41db779b87d274d1359f238a62bd45ddd202c17d262 2,210 1.00/1.00 vMB 9
555,289 555,289 000000000000000000158e1fed8e40500d5f94e2d027e6d12e09084c715a72a7 2,802 1.00/1.00 vMB 14
555,288 555,288 00000000000000000018a1e6d3ff233b0c99b0e648d0a49eb1743560d029d613 2,373 1.00/1.00 vMB 14
555,287 555,287 0000000000000000002a5289e35ec5ec6e1f15daee883b0527bac679fd15d004 2,788 1.00/1.00 vMB 26
555,286 555,286 0000000000000000000e2a2167b4b2c099c331dfff655b546bdc299e6407cb1c 2,927 1.00/1.00 vMB 38
555,285 555,285 0000000000000000001de674abf63f161e037a8f0209850f224c2d5f223d2f5a 1,996 1.00/1.00 vMB 14
555,284 555,284 000000000000000000371d680af791b409e5f2418b0ce9a15c94b6c342cf996f 2,373 1.00/1.00 vMB 24
555,283 555,283 0000000000000000002e5f239dd452495ae712d97c64792821e830dfc9eb59cc 2,930 1.00/1.00 vMB 38
555,282 555,282 000000000000000000099b28a0c8b0c3f0fb7a0ccd1df43bf5e66015f8ed174e 2,464 1.00/1.00 vMB 21
555,281 555,281 0000000000000000002681887454620618ad0a3cb3ebfd3feb7b99cce409422a 2,708 1.00/1.00 vMB 31
555,280 555,280 0000000000000000000a51089a85fd0439e9ac9bb307fda14d7f7a324f513e60 2,871 1.00/1.00 vMB 31
555,279 555,279 0000000000000000002f3e45403d7cd24cdfbfb51c34d8fa2c02eb88456766a3 2,950 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.93 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: 714.62 GB
    • Received: 17.57 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.