Loading Tool

Explorer IconExplorer

Memory Pool

72,614 transactions
28.05 vMB
0.06985993 BTC
Random Selection Loading Transactions
Max Size: 166.21/200 MB

Candidate Block

Mining Attempt f0265f415ff544dc2b1f52944d0cc8eec824bca88ff79bfc0d6df10fc5ba76a1
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 5f6cca17b01abed1047cffb020d7b6fbb9691d8181a42337d04815e9a0f2e6cb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,671
Size: 1.00 vMB
Total Fees: 0.01386489 BTC
Feerates: 101.52 > 1.39 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (227,899 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
687,136 687,136 000000000000000000017c4f665f8bd620800c8d4781d43d05969f2dddcf04be 1,222 1.00/1.00 vMB 31
687,135 687,135 000000000000000000062e328e6b4dc80727047c664dbba4b730b794387c3cd3 1,992 1.00/1.00 vMB 30
687,134 687,134 000000000000000000071220f73cd64b22a1f4a6d29e36a4f4dba5748136b445 2,344 1.00/1.00 vMB 10
687,133 687,133 000000000000000000084dc1f101ed5db9f654712df39f5d1c0fe7af347c483d 2,240 1.00/1.00 vMB 12
687,132 687,132 000000000000000000001d5732f78e0f86e7f8883fcf7abca0259791676181bb 2,485 1.00/1.00 vMB 19
687,131 687,131 00000000000000000003a7121956501542679acfdfb2b59dc75ba8d2fbf85ddd 1,802 1.00/1.00 vMB 26
687,130 687,130 0000000000000000000b20e3d0ec153d1b7fb8973735825de6089deed4530281 2,131 1.00/1.00 vMB 27
687,129 687,129 000000000000000000030a8ff34cd7424370172c001d66a5fa46f6d6a545da22 1,511 1.00/1.00 vMB 41
687,128 687,128 000000000000000000064d219331e3d63ad5f9beba7caf144e304efe349ea8db 2,505 1.00/1.00 vMB 18
687,127 687,127 00000000000000000006e8ea7a645c093e15ac34f6d913d8e45861b49c16954b 2,211 1.00/1.00 vMB 23
687,126 687,126 000000000000000000062ccfb4cb7e9ba871f7dab5dfef3cf9fd06984e5f9a2b 427 1.00/1.00 vMB 20
687,125 687,125 00000000000000000004e61fe619f6c00812b9778dd4bbb1d57d63299129657e 1,369 1.00/1.00 vMB 25
687,124 687,124 0000000000000000000a22ad3518d4ed19e25d79cda00a4f6cbda711681f151c 2,456 1.00/1.00 vMB 30
687,123 687,123 00000000000000000000367136968a30fa82df2f50847d9d13612ba40d706174 2,838 1.00/1.00 vMB 34
687,122 687,122 000000000000000000086c9b2caa876b1d319cca3f91893e696d69997c37d257 2,050 1.00/1.00 vMB 38
687,121 687,121 0000000000000000000b8f1258cc4b2745742a8b94a0569ae5d49a08cfd41888 3,230 1.00/1.00 vMB 22
687,120 687,120 0000000000000000000bfbf4ce09ae3a1b10c0faf07c6a26d98f4513e48bfacb 2,278 1.00/1.00 vMB 34
687,119 687,119 000000000000000000029699efa15319896a54498efe5af027277fe2b9597987 1,312 1.00/1.00 vMB 38
687,118 687,118 0000000000000000000c2dc8f68363136300550b5051d688ab624af11e8aafa2 1,334 1.00/1.00 vMB 32
687,117 687,117 0000000000000000000975426f3343eaa1b1831e48acb422845c3b3865793607 2,324 1.00/1.00 vMB 43
687,116 687,116 0000000000000000000762c649e9aba4faf3f010b2621da51ac530faf3ce2c4d 2,773 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.45 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: 667.46 GB
    • Received: 15.25 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.