Loading Tool

Explorer IconExplorer

Memory Pool

79,110 transactions
29.35 vMB
0.12417117 BTC
Random Selection Loading Transactions
Max Size: 176.70/200 MB

Candidate Block

Mining Attempt ac4710af95e9de4615f29d8cac6a86aa1dce4fc5f76a5e921bd9055ff20be16a
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root b2d33f98589839151a50f6a344f2761d8be69fa4c3861d94e33577cb288a1a4a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,288
Size: 1.00 vMB
Total Fees: 0.04493415 BTC
Feerates: 150.80 > 4.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (476,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
439,243 439,243 00000000000000000122881465375fb2ee85755a9c87dd1ae0a53b1e876874cf 2,334 1.00/1.00 vMB 57
439,242 439,242 000000000000000000f9e7604292f9588b0ae936de9068d977324a31f32596e1 2,626 1.00/1.00 vMB 79
439,241 439,241 000000000000000001914cf32fab8dfbfde3f360e15ae52fe6d64e3ceacfa5f6 628 1.00/1.00 vMB 14
439,240 439,240 000000000000000001557c4f24640d3072575cccdc5b6db7bbd15a16c13402f6 454 1.00/1.00 vMB 9
439,239 439,239 0000000000000000013fc4179e61574df15dda17296d26e65e078d11bca920d0 376 0.16/1.00 vMB 56
439,238 439,238 000000000000000000b5d042b7cb9064cdfdadfeef38df530897bf4f7a7697b9 2,215 1.00/1.00 vMB 62
439,237 439,237 00000000000000000300fd7efa03c255171708b91b8344c40a67ffde7349a611 727 0.87/1.00 vMB 27
439,236 439,236 00000000000000000248f90a008a007caab03cf630a32fe94e42665db52f62cf 1,745 1.00/1.00 vMB 41
439,235 439,235 0000000000000000033a21bc3e4c789c746e5890100a8c4a34779584394ffa0a 2,364 1.00/1.00 vMB 68
439,234 439,234 00000000000000000309a5a573ae90ae00456b40c09717c0c914edd23221b9f4 2,265 1.00/1.00 vMB 39
439,233 439,233 0000000000000000018b11e68c21fb775a137a6030c4ece0d114340bbcc91749 2,089 1.00/1.00 vMB 45
439,232 439,232 000000000000000003cb065877a15e4df857b29207d22d46f9a23ca6c1b694f6 2,851 1.00/1.00 vMB 62
439,231 439,231 0000000000000000033db65eb1a18a7ae9c0b7564f0d33232288c38be885b6f2 2,956 1.00/1.00 vMB 81
439,230 439,230 000000000000000000f542297924b65c819348797a5b1a34bcfb4843356d39b3 2,332 1.00/1.00 vMB 79
439,229 439,229 000000000000000001af6c7079c7b4c09acf9cd477f2a8cad832402314e6f8fd 1,685 1.00/1.00 vMB 40
439,228 439,228 0000000000000000013d47faa8c345cf89e8880494689a2451b0f4841b0e78ba 2,019 0.85/1.00 vMB 56
439,227 439,227 0000000000000000021ddd62ea3f93af6c711b49af0091b446d70956474dd286 270 0.34/1.00 vMB 16
439,226 439,226 0000000000000000021abbe68254a6a854f91a053b6601f4e6fcb3a469a54712 1,626 1.00/1.00 vMB 31
439,225 439,225 000000000000000001ecbde914676c4f8536c4961c1d8bca2d931c90f759e493 2,288 1.00/1.00 vMB 68
439,224 439,224 0000000000000000002347693de04d290382f77b276b74b5c864624642effb8c 1,782 1.00/1.00 vMB 43
439,223 439,223 00000000000000000444fa77c0cc881eb13f5b5415e5259e74e215e6368ea28a 1,853 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.85 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: 712.79 GB
    • Received: 17.21 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.