Loading Tool

Explorer IconExplorer

Memory Pool

48,284 transactions
30.28 vMB
0.08688310 BTC
Random Selection Loading Transactions
Max Size: 161.77/200 MB

Candidate Block

Mining Attempt 44b14f62180f6948a8cc02b94a260ca00a200951ddb0c1dbb9056c4501c323ee
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root fe9d0fdbae1961e77109256594fcb4f4d844a87744c7189876caae8f5eabf82d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,992
Size: 1.00 vMB
Total Fees: 0.02629067 BTC
Feerates: 101.56 > 2.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (83,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
831,269 831,269 0000000000000000000328343c18accd606e48371b793b26c3673d82bf17bca7 3,700 1.00/1.00 vMB 33
831,268 831,268 000000000000000000022d060c2f8364c4c7655e30362306018ebd0309ddd409 3,140 1.00/1.00 vMB 32
831,267 831,267 0000000000000000000323a3b7304ddba3e9f1a6bd762416d1a302096d1ca346 3,765 1.00/1.00 vMB 27
831,266 831,266 00000000000000000000326aa79dec67b9ce8b9d89547015ffcbe469ff1d250d 3,598 1.00/1.00 vMB 25
831,265 831,265 0000000000000000000225467e8e7e58ce5256a17ad9c4e40cd2e8dbf3c4ca03 2,652 1.00/1.00 vMB 29
831,264 831,264 0000000000000000000119c09eff102ce4efa0826a9777a977cdb23200fc97c9 3,546 1.00/1.00 vMB 39
831,263 831,263 00000000000000000002c30fcaefacd6ccf8b862160c6f8b8c8494d06136f871 3,114 1.00/1.00 vMB 37
831,262 831,262 00000000000000000001455d8c08a2a13e22faa27ff59381bf0625ea003ca9b1 2,475 1.00/1.00 vMB 16
831,261 831,261 000000000000000000021e13ee0d46000057c6070cf486a8eb3367ed3c9248e2 2,162 1.00/1.00 vMB 15
831,260 831,260 000000000000000000017ec11a24dc29f5f5751e9042590813047fbb0e381a18 3,276 1.00/1.00 vMB 22
831,259 831,259 000000000000000000015424ce638cd4f6742b259afd6f3358d8a8248f647d8a 3,066 1.00/1.00 vMB 27
831,258 831,258 000000000000000000020776a231088e06cc00459f4cc7f6b91a3fb84a5beec1 3,064 1.00/1.00 vMB 21
831,257 831,257 00000000000000000002f33e6009092a906fbe5a718082ac9b67c5e43d89238c 3,571 1.00/1.00 vMB 22
831,256 831,256 00000000000000000002aa1eb19a4709e1603e7698feba14521b89323160ed9f 1,958 1.00/1.00 vMB 18
831,255 831,255 00000000000000000000fc6c3bd42580fd775018a31c65d48c65044cb6fca34d 3,190 1.00/1.00 vMB 28
831,254 831,254 00000000000000000002ff9793d9c30b83c05660d3e33ec2417850a460dcd88b 2,334 1.00/1.00 vMB 19
831,253 831,253 00000000000000000002ca8017a49c6211bef9be98e3f82fb17109bf9565bf90 3,409 1.00/1.00 vMB 22
831,252 831,252 00000000000000000001d0a7fb0caba42a4243d4c2f52424a9c18d01a0265e89 2,353 1.00/1.00 vMB 15
831,251 831,251 000000000000000000011d451873abac8bb49b18ae31ef6e875ee2c8adafe6c5 1,515 1.00/1.00 vMB 20
831,250 831,250 00000000000000000000aec504cc038872a25d031eb9af22c0a95039e835e3fd 2,841 1.00/1.00 vMB 29
831,249 831,249 00000000000000000002d4c2c84f2ea6b4478ff486479cff4bbfdcc03e0de5fe 3,067 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.13 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: 652.41 GB
    • Received: 13.77 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.