Loading Tool

Explorer IconExplorer

Memory Pool

74,047 transactions
27.38 vMB
0.06820950 BTC
Random Selection Loading Transactions
Max Size: 167.14/200 MB

Candidate Block

Mining Attempt ad51e9df804d87d2a8a1ba1e24536652c0131122d1dab3fb3540c86128e27686
Version 20000000
Previous Block 00000000000000000000021ebf7cb9461533c1f4d147f514574604ef61f93ece
Merkle Root 70e578c54e126c60a4d9a432bd9527ac98cd2de05d09ab23888b5d888df40d97
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,144
Size: 1.00 vMB
Total Fees: 0.00994019 BTC
Feerates: 402.60 > 1.00 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,316 (555,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
360,039 360,039 00000000000000000505c812637ec8998e6a4c3df23918e544c442ee25a99bb3 512 0.17/1.00 vMB 42
360,038 360,038 0000000000000000062d27cd9f9e0918d7a186d4e3f7d305997bdf816e0c8b92 38 0.01/1.00 vMB 31
360,037 360,037 0000000000000000082d72a4f8c74641cf3c8372f8cac10ff7ded161136fa6b2 85 0.22/1.00 vMB 1
360,036 360,036 0000000000000000119d34b582604d5f3a5e2cac778a06dfa8a50f8b51c23dc1 652 0.41/1.00 vMB 24
360,035 360,035 000000000000000007580f75f8f51aea9492a4192c189e8ba0cd9e828a6662ec 1,297 0.61/1.00 vMB 32
360,034 360,034 00000000000000000ad79055a1fd2cb2056fb610a3960e4800e70a03b7613020 1,165 0.53/1.00 vMB 31
360,033 360,033 0000000000000000048da98591d15e0b81b6fed1e599e0e12267dc1cbfe467bf 917 0.43/1.00 vMB 25
360,032 360,032 00000000000000000afc5979bb310c1f8d9a8c9d793bc2108ba5f68ed222f7a9 231 0.10/1.00 vMB 28
360,031 360,031 00000000000000000af4ad8833c6ecebc9ef9993ec0e31aebf8dbe3a2a9d3c2b 261 0.16/1.00 vMB 24
360,030 360,030 00000000000000001084a5205a262102b7041362bd9ac295f83ecdb07cfafe8e 224 0.65/1.00 vMB 13
360,029 360,029 0000000000000000063bd10fcca2a2d84c217ed2d5c014fd974e3183f272e1c2 267 0.75/1.00 vMB 12
360,028 360,028 000000000000000006b401913617fcac093e9c5f8b0adaac38f6e9112b85f710 1,361 0.90/1.00 vMB 26
360,027 360,027 00000000000000001695ad7ffa0b8562df759c14dd65c2e39b268fe711e55eba 373 0.29/1.00 vMB 21
360,026 360,026 00000000000000000bc086cab49d639d521b13c81a15e9682e0d9f13927c1a5f 274 0.18/1.00 vMB 16
360,025 360,025 00000000000000000c97fac6feeb961de9d6396b3e98f7ee822373c1a6fbc3e2 289 0.17/1.00 vMB 25
360,024 360,024 00000000000000000cfb3ed0387ab9d8abbf8ed090dcf659ca04a63dc68d147a 942 0.70/1.00 vMB 17
360,023 360,023 00000000000000000b7f4f94396376af1454b6f77f01dc10b1a567b5f70ef6ee 1,209 1.00/1.00 vMB 18
360,022 360,022 00000000000000000734b11d3d6ce6ed44851fd5872532264898a752ed62c01e 2,135 0.75/1.00 vMB 44
360,021 360,021 00000000000000000c8bdaf7da6e05bdc21dfb423a786e00e42f8fda5f0ef72d 942 0.60/1.00 vMB 46
360,020 360,020 00000000000000000e9734908d7c798d7e6227d908cf44f518abbd6076cba5c3 1,313 0.75/1.00 vMB 27
360,019 360,019 000000000000000003464033f22cf69962098d53a78f41ce79b06b81219d0d07 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.94 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: 714.86 GB
    • Received: 17.61 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.