Loading Tool

Explorer IconExplorer

Memory Pool

40,205 transactions
27.84 vMB
0.07812709 BTC
Random Selection Loading Transactions
Max Size: 141.94/200 MB

Candidate Block

Mining Attempt 24625ee10201c370c6e5983b6c7960d7caab5de6c0889b7d9f1d00236ce4bcb4
Version 20000000
Previous Block 00000000000000000000a9fbf6a045a329fb13a74c910ba400ecc10d4506593e
Merkle Root 2084d08a79a393fb6711cf025a4f7b3c5f5a0e633f6d69ca861cbcbfba5ed618
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,152
Size: 1.00 vMB
Total Fees: 0.02438448 BTC
Feerates: 179.53 > 2.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,643 (332,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,729 581,729 00000000000000000002b4c719a486fa676343fc401cd9a5f05a1efb78cc5b16 1,453 1.00/1.00 vMB 141
581,728 581,728 000000000000000000189499a18d5ad6e39df16a95480c270959de0bab1c80a9 2,463 1.00/1.00 vMB 118
581,727 581,727 000000000000000000165f149f93b17f1460111e8e4a39783234c0de5e073699 2,909 1.00/1.00 vMB 121
581,726 581,726 000000000000000000125898114608d31082ac5f3048da3bb7c19433f50e610c 2,712 1.00/1.00 vMB 80
581,725 581,725 00000000000000000007ba26b0e2c6f3847d76e4bfb32c845dc0eb2acd8a44ec 2,499 1.00/1.00 vMB 119
581,724 581,724 00000000000000000002d8dc4b079d013d3e24310abef92da02d2efce55a183c 2,771 1.00/1.00 vMB 56
581,723 581,723 0000000000000000000f73bea0ed6eb4f0052d367a61d6c07f6b427b7fb4e03e 2,832 1.00/1.00 vMB 80
581,722 581,722 0000000000000000000f1e01b76ef2b7f947288a7a70d5292b375a9834dbc416 2,544 1.00/1.00 vMB 84
581,721 581,721 0000000000000000000153d7785b1af17a6a2f1b7f25f598ebd239ef8a87f54c 2,859 1.00/1.00 vMB 116
581,720 581,720 00000000000000000002d1cb3fc033ed5b9601f05d1663b9642536af78a76459 2,875 1.00/1.00 vMB 120
581,719 581,719 00000000000000000000b65106a778f007c3576337656267b31545013d14c479 2,350 1.00/1.00 vMB 50
581,718 581,718 0000000000000000000e707065a407d39ec19b29abefc5263c890e233f4bf64e 2,617 1.00/1.00 vMB 96
581,717 581,717 00000000000000000015e3cd51261d87df33b3341dfcf6bd13cd5e7e5b968a6f 2,870 1.00/1.00 vMB 95
581,716 581,716 000000000000000000178541b0ec3642d235a849ef7b282be3e6ba55a8cd1a42 3,221 1.00/1.00 vMB 71
581,715 581,715 00000000000000000012c5448b11608837b3b1bfa47c4f4c9ad8956412960325 2,121 1.00/1.00 vMB 71
581,714 581,714 00000000000000000005286882a084044cadf215b35c7b2b288163b7579a5038 2,870 1.00/1.00 vMB 97
581,713 581,713 0000000000000000001c03e2310e2557840832a16ca16a46b2f83f479a26996f 2,641 1.00/1.00 vMB 83
581,712 581,712 0000000000000000000401c0be17d2e1fc0546008b003130af4808637e4cac67 2,194 1.00/1.00 vMB 111
581,711 581,711 0000000000000000001886c53d1163cd02e6cbe1c8fd98def1a59b6592296295 1,952 1.00/1.00 vMB 87
581,710 581,710 0000000000000000001fe6b093cdbe5ee9c6028cfdc02836770bcd0909daf060 2,293 1.00/1.00 vMB 107
581,709 581,709 0000000000000000001f9119460145ce137faca9a3dc3d0c423fb4ba22cef331 2,251 1.00/1.00 vMB 111
Previous 10 blocks ↓
Total Size: 781.76 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: 632.18 GB
    • Received: 12.10 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.