Loading Tool

Explorer IconExplorer

Memory Pool

68,263 transactions
26.01 vMB
0.06374096 BTC
Random Selection Loading Transactions
Max Size: 156.73/200 MB

Candidate Block

Mining Attempt ab32a0014540e898cae4e1cdc511b35e5b02c75bfa33692a9d9dc128c164dc3a
Version 20000000
Previous Block 00000000000000000001f74e6b9bd04d983712c8efbc426287f2cd9e0a80e31f
Merkle Root 54fed10ed9b3f259f6c4c1a6681540b8e4fa90cfeda98ade3747a48f2190cfa1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,099
Size: 1.00 vMB
Total Fees: 0.00862280 BTC
Feerates: 40.21 > 0.86 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,530 (856,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
59,086 59,086 0000000006e4ce73aab3c26e5c87cbee1503214d665b9272e0f270c915c16a6c 1 0.00/1.00 vMB 0
59,085 59,085 000000000595b521cfcb24aff5b53afd66ef31b580f017abda08d52136ca40af 1 0.00/1.00 vMB 0
59,084 59,084 00000000007bf886a01b696ad6089042a4d445ad4f5deb577bd3054132a662c0 1 0.00/1.00 vMB 0
59,083 59,083 0000000001731527157e1783bc4c3a17e5e2b5ced6594f225766999642ba5df7 1 0.00/1.00 vMB 0
59,082 59,082 0000000004e1d6cfebd137fba3c587cedd7e5ba795ea42f46cc318d0cf0fb943 1 0.00/1.00 vMB 0
59,081 59,081 0000000003216e600546745deb6af8aeadcda2b3cbc988914a57dcb4c49a03c6 1 0.00/1.00 vMB 0
59,080 59,080 000000000784423e05052b0d6f23db86c706cbd4e5e9701fe928697393250b9d 2 0.00/1.00 vMB 0
59,079 59,079 000000000c093856ff3377bc244005f94170fad2e367c77e936b6992af74f895 1 0.00/1.00 vMB 0
59,078 59,078 000000000ec1081d0ea27ce20dfb6ff331e6b8f189ba21385857316f16b17ebd 1 0.00/1.00 vMB 0
59,077 59,077 0000000008d38bc4d7f50ded8e589f424c25eff1a535a96bab6938a84087354e 1 0.00/1.00 vMB 0
59,076 59,076 000000000d83395cea052d104e141684dfaeba1c7416f5f72a56c57f3188607c 1 0.00/1.00 vMB 0
59,075 59,075 000000000990cadfc657cf328b396ba1db380ad439ef47d99f0998d6ac59f7c3 2 0.00/1.00 vMB 0
59,074 59,074 000000000be8d1a47479ff6feb491eb7989d24b6dea847d75a2a337646abc13a 1 0.00/1.00 vMB 0
59,073 59,073 000000000a22aa43fc0a8f3177a3386278dfac1d9b1eee30d221c6d7fccd9c6c 2 0.00/1.00 vMB 0
59,072 59,072 00000000007e864aee8770debb21a1335f150b815158f14d58981e60d96f3ebe 2 0.00/1.00 vMB 0
59,071 59,071 0000000007654d869a62945258506d5fbe8300604949322af4e3ad5fcb701616 1 0.00/1.00 vMB 0
59,070 59,070 0000000006b4ee05ebb5233e828ebb628f611b1c2b75cc21c145b66e639655e8 1 0.00/1.00 vMB 0
59,069 59,069 00000000043b10aa1b0fdcf83578abaa608c3e2cef262c0dbb92db3810901c11 1 0.00/1.00 vMB 0
59,068 59,068 00000000044e844ff8446449582e759c148a48af08a3867642f1d3c3313b8990 2 0.00/1.00 vMB 0
59,067 59,067 00000000030f81f8e5d0fda957b73d8456f98f3b6d25b37140794ce9b963d35d 1 0.00/1.00 vMB 0
59,066 59,066 00000000003c150c2d24e87af7b453e56fea55ba5307c83fe2f2dee55cf6924f 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.32 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: 767.25 GB
    • Received: 19.39 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.