Loading Tool

Explorer IconExplorer

Memory Pool

82,562 transactions
31.15 vMB
0.08870739 BTC
Random Selection Loading Transactions
Max Size: 190.79/200 MB

Candidate Block

Mining Attempt ad55dde1c380e40168cacdbe6989dbdf3a2e8e1982ed6bad33c3c9c90c9ba91a
Version 20000000
Previous Block 00000000000000000000a85c36171777e63d64dce13efc9d5a9a92d01c1863c6
Merkle Root 4c0e841b134b864ddc71c08d101e22c4d407a443fb8cf3f61205e3deecb588f5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,131
Size: 1.00 vMB
Total Fees: 0.01842205 BTC
Feerates: 50.62 > 1.85 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,222 (230,438 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
684,784 684,784 00000000000000000005b3584f35ce5d61e05dfbfbf424caea84467a40deaae5 1,887 1.00/1.00 vMB 54
684,783 684,783 00000000000000000003f7287ad3377ed95ab7f5a22f00fa6c5321a4bd71a499 1,080 1.00/1.00 vMB 113
684,782 684,782 0000000000000000000596c643455ac7782359f6d508994edb7a5ba61cf02a3a 1,480 1.00/1.00 vMB 120
684,781 684,781 00000000000000000001f257903c92c3c5f073b877285f9f66b44b54b18dd136 2,161 1.00/1.00 vMB 36
684,780 684,780 00000000000000000009c0c918f7291e75c464fff1c28845be1dc53f1abc6de3 1,653 1.00/1.00 vMB 57
684,779 684,779 00000000000000000007683639758dccd7b562c4d4a81b0df3933964a56425a4 2,585 1.00/1.00 vMB 63
684,778 684,778 0000000000000000000ab341ac801058208d600ed856ee1681eafe241015c98b 2,290 1.00/1.00 vMB 62
684,777 684,777 0000000000000000000360656a5ce927757bdfa89335c8ff69698c1401789ef5 2,200 1.00/1.00 vMB 106
684,776 684,776 00000000000000000000e5854f66431031e6b804e7667a8abe20a29afdf945c4 2,357 1.00/1.00 vMB 116
684,775 684,775 000000000000000000057924fc884689ad5a0d65c6cfd05e47c96b6b333d409e 2,421 1.00/1.00 vMB 138
684,774 684,774 00000000000000000002dae8ec7633dc4ce75fcee8672b2706628dfd1fd8f4fa 2,058 1.00/1.00 vMB 104
684,773 684,773 00000000000000000008ef634f534e6744421ffa5b333203d63834d545ee921f 2,351 1.00/1.00 vMB 130
684,772 684,772 0000000000000000000448806aba8d4b14d94a23307004804c308e0b6ab9a216 1,750 1.00/1.00 vMB 110
684,771 684,771 0000000000000000000744f108a82b74adc91db95e0e421584873b0b2d6ad353 466 1.00/1.00 vMB 115
684,770 684,770 000000000000000000058231509db1b661cc99b496b2dc5a6eedcd93823285b2 1,412 1.00/1.00 vMB 121
684,769 684,769 000000000000000000065e6b525b1f82f279477f7601d29b0ac4e0a681bbd1cb 1,992 1.00/1.00 vMB 38
684,768 684,768 0000000000000000000403ebbd60ecb9c2b059e0e053ae2b48f5398e302a9f1b 1,483 1.00/1.00 vMB 38
684,767 684,767 000000000000000000062cb47e155ff4b7a9bc398062f26d582afa273b25f013 1,790 1.00/1.00 vMB 54
684,766 684,766 00000000000000000001a3414b979a455e0293f7dcec6d010720dba0c9a44ae7 2,389 1.00/1.00 vMB 85
684,765 684,765 000000000000000000018c7d3edcb2d5006c94a0ed7302394790b3a4bd440e3e 2,469 1.00/1.00 vMB 85
684,764 684,764 000000000000000000048d406131b9014dbc31f5ab767c4e479d73ff0b959d8f 1,843 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.77 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 709.37 GB
    • Received: 16.89 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.