Loading Tool

Explorer IconExplorer

Memory Pool

41,602 transactions
27.62 vMB
0.07416127 BTC
Random Selection Loading Transactions
Max Size: 142.57/200 MB

Candidate Block

Mining Attempt db9e8d08e600c108044924a12e6554254d583ad5583f0976d2f2b6a7e764d5a2
Version 20000000
Previous Block 00000000000000000000a1786ddd55fd420afa28e0b26d3cdf698b7c13a266b5
Merkle Root fd9072f4ae5ac527736b15ed7e1519f78e19e62c2f248bae5d53a172a74f4f77
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,245
Size: 1.00 vMB
Total Fees: 0.01977353 BTC
Feerates: 101.47 > 1.98 > 0.60 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,661 (347,874 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
566,787 566,787 00000000000000000014e7e787d25bd9fcb1ffc71e0876317c5c03b63208781e 2,700 1.00/1.00 vMB 20
566,786 566,786 00000000000000000018e3c29ff0c342894f2e9c67234e25feb1dceebe9afc77 3,138 1.00/1.00 vMB 19
566,785 566,785 0000000000000000001babf85a9fd0a868f4dc14488637783b4f9872466d0478 3,055 1.00/1.00 vMB 39
566,784 566,784 0000000000000000001f466ded315716c027ddc500bdfa972b631ce6076301d4 2,766 1.00/1.00 vMB 22
566,783 566,783 00000000000000000025d431aa22421ef701d52e0cec50dd450633521a91b1bf 2,855 1.00/1.00 vMB 21
566,782 566,782 0000000000000000000b941a9d900ac49e072f73c7dfc022ee6e85dccc9c2ce7 2,886 1.00/1.00 vMB 40
566,781 566,781 0000000000000000000d70892a129c6ad5ba7df6d997f6a3ec0ed5b651630c54 2,837 1.00/1.00 vMB 42
566,780 566,780 00000000000000000027b1181f4d48bdb66530b66d0c116576698bd11ff20a93 2,291 1.00/1.00 vMB 33
566,779 566,779 0000000000000000001ec047ecf2d73d9c4ee8fcf4d23a6ac151a98c2e99318b 1,928 1.00/1.00 vMB 28
566,778 566,778 00000000000000000007a2cdc2199ba8b382de4b31229ca410a10a8766307bb9 3,056 1.00/1.00 vMB 42
566,777 566,777 0000000000000000001a8f9f5d56a16aa2fda83d246303351b978b4abdd74c0f 2,849 1.00/1.00 vMB 40
566,776 566,776 000000000000000000104916e5ca02bda553a8be9a711a422063971492fa4975 2,966 1.00/1.00 vMB 25
566,775 566,775 0000000000000000002994bfb6780be3ff01c6cf891900dbc21fd440b1c3bba3 2,270 1.00/1.00 vMB 25
566,774 566,774 00000000000000000028741379cd22cbfa2e1952ff85e0ff4f876bd684faa461 3,078 1.00/1.00 vMB 42
566,773 566,773 0000000000000000001dbccb6bcb7b7119794fabc91ef767768012cc0db79c11 2,701 1.00/1.00 vMB 42
566,772 566,772 000000000000000000056eefced399c1f9a166942dda2ff9e1c6fabf9921432d 2,282 1.00/1.00 vMB 29
566,771 566,771 0000000000000000001a4d72269625c18e86a152db0cfc6be3953f224d424262 3,327 1.00/1.00 vMB 26
566,770 566,770 000000000000000000023dde95280c047120cfd931d65b8305ecf01aff814c93 2,275 1.00/1.00 vMB 45
566,769 566,769 000000000000000000260c3acbc7bffb91fa508eaefb7196a3eb9714db200c6a 2,569 1.00/1.00 vMB 23
566,768 566,768 000000000000000000253772e46def0cb6d03af1c2eec6d8072e523133e7e61f 2,834 1.00/1.00 vMB 40
566,767 566,767 0000000000000000001f4abcad62a228b2fc8415ad967aeee9c4d52fa54debe8 1,578 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 781.79 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: 634.08 GB
    • Received: 12.24 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.