Loading Tool

Explorer IconExplorer

Memory Pool

82,080 transactions
30.34 vMB
0.08737503 BTC
Random Selection Loading Transactions
Max Size: 182.85/200 MB

Candidate Block

Mining Attempt 282cf7ff02370b00f92925b7aea73385c15a2c97bf517172d9ffed7dd1a76b16
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 374092fe3caf7ea6b2f28147611f302abc504340c8ef7a0f7141428f93c4f8d7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,522
Size: 1.00 vMB
Total Fees: 0.02505368 BTC
Feerates: 502.67 > 2.51 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (447,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
467,520 467,520 0000000000000000001fcfbc43ec45a968e63627e14a0ed350484be09e2dfdba 1,861 1.00/1.00 vMB 202
467,519 467,519 00000000000000000113450f5dba620a39abf90562ab9da4d0fc5443f2633b6f 1,594 1.00/1.00 vMB 299
467,518 467,518 0000000000000000019c0ea06dbe49ea5fd4c83ab25177d8e8f5735b85069a2e 1,933 1.00/1.00 vMB 243
467,517 467,517 000000000000000000c5c3e5a09a0d480a308aff9aff141c8388b75016135693 328 0.14/1.00 vMB 352
467,516 467,516 0000000000000000007af024c84a191f1136a3572980d35eee4542876992ad47 2,317 1.00/1.00 vMB 231
467,515 467,515 0000000000000000006daa95de754015c02678e587b663a0253a6ffb9515caa4 1 0.00/1.00 vMB 0
467,514 467,514 00000000000000000094e64e2766b9145fc308803ef3a199d1c7aefd61f09b84 2,524 1.00/1.00 vMB 245
467,513 467,513 000000000000000001d030f9c1e5c563bd8823eafcaa6b538ca75428d1c05fd3 2,114 1.00/1.00 vMB 294
467,512 467,512 00000000000000000058c59dbdebae368c6bb483fe5fe6b217ceb623a740d6bc 1 0.00/1.00 vMB 0
467,511 467,511 000000000000000000d8321dfa55bc4bcf87c6689e9016a01c1495f5fb9270bc 2,935 1.00/1.00 vMB 322
467,510 467,510 0000000000000000013b6eba5def8d9b48682abffab742263812601dd836523f 2,770 1.00/1.00 vMB 304
467,509 467,509 0000000000000000005d05693d5af09bb0bd6878e8704125ef971d580b6be417 2,850 1.00/1.00 vMB 308
467,508 467,508 0000000000000000008d406ebb802f9f751bfd09ddfc3260744c98ab6064f531 2,258 1.00/1.00 vMB 177
467,507 467,507 00000000000000000022e0ec72801f710212c94716c499f85265016bc553d776 3,024 1.00/1.00 vMB 301
467,506 467,506 000000000000000001b5033e07122ef63aa7ee20db78d530cbfe1de045e1a706 2,354 1.00/1.00 vMB 268
467,505 467,505 00000000000000000035ae4f2b27266b35d647b6a6519902c7b47ea2ba119533 2,566 1.00/1.00 vMB 300
467,504 467,504 000000000000000000ade4e2eee79d2f69096b7a9c439c53f6890d6fac9d035e 2,753 1.00/1.00 vMB 166
467,503 467,503 000000000000000000f5e6e2402f8a6f6f8e92d70588b991de92c25b4b9fe0ea 2,419 1.00/1.00 vMB 211
467,502 467,502 000000000000000001e6d6ad9d657f65fd2a3ec948e523b776995cba32995ae4 2,215 1.00/1.00 vMB 243
467,501 467,501 000000000000000001c12527a06073415b8e3e4f441cfb174c18ffe5866f441e 2,620 1.00/1.00 vMB 266
467,500 467,500 000000000000000000d948807ba6a1e10a4a6ef2ea0d80ab474acb38e01008e7 2,444 1.00/1.00 vMB 306
Previous 10 blocks ↓
Total Size: 782.36 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: 662.72 GB
    • Received: 14.87 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.