Loading Tool

Explorer IconExplorer

Memory Pool

31,261 transactions
27.46 vMB
0.05934936 BTC
Random Selection Loading Transactions
Max Size: 149.73/200 MB

Candidate Block

Mining Attempt 49ed7fd19961c2d5d5aa52e7bab0e2cb9068690f71f8dba9fc1d13e77fcd99da
Version 20000000
Previous Block 000000000000000000006d362684d905c0854522b513ae8a036a0c2a354e7e70
Merkle Root a76298d9c06862110ef29d39135284a57213568101c76e84552340567b12e7d0
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,370
Size: 1.00 vMB
Total Fees: 0.02896602 BTC
Feerates: 477.45 > 2.90 > 0.14 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,182 (98 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
939,084 939,084 0000000000000000000092ec0ec3be53e9b9f57d4fe8d9abe2b4bc8e2da3ae0c 2,366 1.00/1.00 vMB 0
939,083 939,083 000000000000000000011b78f04b3b4b4061fc4ca9929ddaf802c3483e84f375 3,511 1.00/1.00 vMB 1
939,082 939,082 00000000000000000000656177764f2a051482076b719d5ed0748d30da1a78ad 2,102 1.00/1.00 vMB 1
939,081 939,081 000000000000000000002ed3b5043400cbdf8d27b8351f8e25330ca97b771832 3,293 1.00/1.00 vMB 3
939,080 939,080 00000000000000000001b3ed312f06f9d27a2378a421fc1b2c3f879a33112d4f 3,095 1.00/1.00 vMB 4
939,079 939,079 000000000000000000009cc7b20faa6eb0b4c32cadf697da1ddfd4dfb885077b 3,046 1.00/1.00 vMB 2
939,078 939,078 000000000000000000011bc12ca8f5fad9fb044274aa5045b85fe0e93770a404 1,426 0.67/1.00 vMB 2
939,077 939,077 000000000000000000017d851df85772c2f02e7a189126261957e6e3aefcaf27 3,330 1.00/1.00 vMB 2
939,076 939,076 000000000000000000001af5706da7c15865247c00cca5794bcd00680e5311a8 719 0.26/1.00 vMB 2
939,075 939,075 000000000000000000001102aa2cf2b8bc16e82c18b237fb2819902b0db06384 3,816 1.00/1.00 vMB 1
939,074 939,074 00000000000000000001c7fb06bb2026eccc37e91642aa8fb8f87b551292bc7c 3,702 1.00/1.00 vMB 1
939,073 939,073 0000000000000000000141663a224c72bd29e9985dee8d53c6481d79b76fc6b8 3,391 1.00/1.00 vMB 1
939,072 939,072 00000000000000000000fbe6666d01e6c6681f5d9b13e00186843768814dc899 2,059 1.00/1.00 vMB 1
939,071 939,071 00000000000000000000c4ecd2b371e860cc2895cf22750a5d2c287f577f8d54 3,313 1.00/1.00 vMB 3
939,070 939,070 00000000000000000001b2f8888ea49b1454da6b9b886f4750aec2f0087723cd 2,893 1.00/1.00 vMB 2
939,069 939,069 000000000000000000011118e447b7f7f15368119048a651a73ab9173f61391f 3,408 1.00/1.00 vMB 2
939,068 939,068 00000000000000000000a200a275fa9ebd9d32c16fbe3bbb7c431d7c345da140 3,482 1.00/1.00 vMB 5
939,067 939,067 00000000000000000001cc9104a608a07e7639c3a97227c9d53dfe98403219cd 2,614 1.00/1.00 vMB 0
939,066 939,066 00000000000000000000ef282ad7612a92251fc0349ca44a05e4ffb8e87b23f2 3,556 1.00/1.00 vMB 2
939,065 939,065 00000000000000000000d8c434e0a7d9fbf89c15cfa0657a4b6459579ced8dd5 1,142 0.41/1.00 vMB 2
939,064 939,064 000000000000000000014de9c43238f5ee9eea7fd4a046efcb0e18857ae6e841 4,404 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 825.24 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: 4,228.16 GB
    • Received: 232.73 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.