Loading Tool

Explorer IconExplorer

Memory Pool

41,581 transactions
26.68 vMB
0.05525536 BTC
Random Selection Loading Transactions
Max Size: 139.94/200 MB

Candidate Block

Mining Attempt ba4011c8842d60acd95be9fba78537a6868e93bd8613b5a1e716a2415de8d4fb
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root c29e9c4b9cb01551fbced9e4f9873daafe17c56422ec7f939f31aa9c5dfe4110
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,719
Size: 1.00 vMB
Total Fees: 0.00584030 BTC
Feerates: 103.41 > 0.59 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (62,275 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
852,649 852,649 00000000000000000003098128e1a5405c5d74f208e3ecaf49e3157d5438f50c 5,526 1.00/1.00 vMB 5
852,648 852,648 0000000000000000000186717c390208ed06d8edd93022c89e2e971df4110fb9 719 1.00/1.00 vMB 4
852,647 852,647 00000000000000000001603eb1ad77285197b27d731634bd1d19dab6c91cba9a 1,210 1.00/1.00 vMB 5
852,646 852,646 000000000000000000013748abdea96430e692c3b2658bdc8b62f24567b82187 4,183 1.00/1.00 vMB 7
852,645 852,645 000000000000000000006a7f7570b92b4c74276c37e58901909ae800eb2ec428 2,180 1.00/1.00 vMB 6
852,644 852,644 000000000000000000001bb560509e828686c7e765c60982dc46e2a857d1b5d7 778 1.00/1.00 vMB 5
852,643 852,643 0000000000000000000111b9dd700714c4025e0a7a50abafb353e862c745828e 472 1.00/1.00 vMB 4
852,642 852,642 00000000000000000000edad58c6d37454d5762555ad7b032c07e461a5366d4a 1,062 1.00/1.00 vMB 4
852,641 852,641 0000000000000000000373d30039775f8d56626c8a846eeeee1c6ec7ffa3ae40 1,129 1.00/1.00 vMB 5
852,640 852,640 00000000000000000001166e09db910812c09e6a8e3de0b285621a1087aa749a 1,708 1.00/1.00 vMB 7
852,639 852,639 00000000000000000003294ed7183b94d145bb6271e52aa24b4204ae46252c7e 2,169 1.00/1.00 vMB 14
852,638 852,638 00000000000000000003012a90ea0f595446d6369e6f836329778be6e2418efb 1,840 1.00/1.00 vMB 6
852,637 852,637 00000000000000000001cd74cbf9c942ed0949a320973826c06a286833fa0a70 2,870 1.00/1.00 vMB 11
852,636 852,636 00000000000000000002e251e96537c9914993258577a9646c6e5a51a90530d5 2,006 1.00/1.00 vMB 8
852,635 852,635 0000000000000000000372ef839316d43a5e2aecc97afca5966baffd198adee9 1,503 1.00/1.00 vMB 6
852,634 852,634 0000000000000000000085e0510a8ba14b438abcfad41c19b8cf75f98de0bae2 2,077 1.00/1.00 vMB 8
852,633 852,633 0000000000000000000243b51786e6e852cf7e4eb41ae2b7430e1a713b1323f2 3,421 1.00/1.00 vMB 15
852,632 852,632 00000000000000000000ff97f074eff15f84146fbb83008bea2b3aa1c8773114 2,793 1.00/1.00 vMB 9
852,631 852,631 00000000000000000001b22de22573f6284338dcc661c19bfa4f6ef3f8a24127 3,567 1.00/1.00 vMB 11
852,630 852,630 0000000000000000000321a4c4f3b5dc6db9424fea0bdd63d5b2de2d200cd7b9 2,267 1.00/1.00 vMB 10
852,629 852,629 0000000000000000000111d7f65a908d8ec61c7dae3f3857a41a2b4d5971289e 3,811 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.