Loading Tool

Explorer IconExplorer

Memory Pool

80,888 transactions
29.94 vMB
0.07616718 BTC
Random Selection Loading Transactions
Max Size: 180.60/200 MB

Candidate Block

Mining Attempt bbde81181ba89fbf2327397635716724109b6d48cd16e7b93c37ea92fa39bda1
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root eb05c1974b01a344a4c910c9cc3b40536db089848868acfb838437b99b93f0b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,159
Size: 1.00 vMB
Total Fees: 0.01490583 BTC
Feerates: 502.67 > 1.49 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (219,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
695,573 695,573 0000000000000000000648318aa2f3257f960afa6cda2cb622dc77d94f1d6068 2,854 1.00/1.00 vMB 11
695,572 695,572 00000000000000000010f4810e8a2e1dad0876811f3a0f072a9f49dec72673e4 2,600 1.00/1.00 vMB 17
695,571 695,571 00000000000000000009faba51e796007b2ea56012b5b8890afcdbf9d5d656e4 2,638 1.00/1.00 vMB 43
695,570 695,570 00000000000000000010baacacd7fdbbb8efa2779c7ef945043e6b7511b2f4ba 2,472 1.00/1.00 vMB 54
695,569 695,569 0000000000000000000505170074c5dcaaf53bc48c307e803490916a6c8c0529 2,614 1.00/1.00 vMB 11
695,568 695,568 000000000000000000113c38d05340375ca53fcc43f5a0087c72982d4936ce58 2,494 1.00/1.00 vMB 11
695,567 695,567 00000000000000000009492221b7a86182acef64ea9759435c8aa1d1316c7f22 2,829 1.00/1.00 vMB 27
695,566 695,566 0000000000000000000bc2d9d5a1d9446e6266b862795f4cbe70ac0a444ae82e 1,952 1.00/1.00 vMB 7
695,565 695,565 0000000000000000000f338bb1f74e6af4b050f0f8d7bab0dde606dbe5e65a27 2,246 1.00/1.00 vMB 9
695,564 695,564 0000000000000000000d9cd70eee9f7fee166f640d9e90b7bfd481404c56bacb 2,966 1.00/1.00 vMB 25
695,563 695,563 00000000000000000006cf128fc0f8a024a2a3ec0a03c60c0e5bf889f03344b2 2,594 1.00/1.00 vMB 31
695,562 695,562 0000000000000000000951f988a29660521e9f6b07f1501d54b3b7c7e3fded13 2,957 0.93/1.00 vMB 20
695,561 695,561 000000000000000000095a00dba5a5423d3940c1bc89ab3056540be7aed4c2a0 1,987 0.73/1.00 vMB 18
695,560 695,560 0000000000000000000362aa626e038d0324016f6698dd023f4656f9463d3b7c 93 0.02/1.00 vMB 21
695,559 695,559 0000000000000000000aaba62724c50e1a99afa4cc133b34e5b2616a755aad5c 2,396 0.69/1.00 vMB 10
695,558 695,558 0000000000000000001019ff22a48a28808bf81339a18c709ec23b751c69758e 1,329 1.00/1.00 vMB 5
695,557 695,557 0000000000000000000253084d108ef20ba5a30e8ae184ed66dc587ec0e22ea7 2,906 1.00/1.00 vMB 30
695,556 695,556 00000000000000000001df012b4dba511e4a357f50e0b8cadd17013d86293afc 2,864 1.00/1.00 vMB 31
695,555 695,555 0000000000000000000a35e5b0eb738e95e2c1dda7370123b024ec7967ed385a 642 0.20/1.00 vMB 24
695,554 695,554 0000000000000000000e5c14d5bcdbe121aeddb5fb753dfd89ac3968282579c4 135 0.03/1.00 vMB 22
695,553 695,553 0000000000000000000f5c5a1b09349d0d51cb37c2b8665476ee4220e3b1a130 1,247 0.41/1.00 vMB 23
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.55 GB
    • Received: 14.86 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.