Loading Tool

Explorer IconExplorer

Memory Pool

41,911 transactions
28.98 vMB
0.07081186 BTC
Random Selection Loading Transactions
Max Size: 148.53/200 MB

Candidate Block

Mining Attempt 1297e43a9780c9ebc16e7584438c6bae9555b25a234b41cc1de0eebf0ddde963
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root 3b5fe63af39da9cdd23a2de8b4e7fb4eae8260fba129545d9c63c0322e3da81b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,712
Size: 1.00 vMB
Total Fees: 0.01434673 BTC
Feerates: 100.36 > 1.44 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (242,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
672,148 672,148 0000000000000000000ab578a3f530196ea38ce5cec95c0d58cb921d8fac3cc2 2,437 1.00/1.00 vMB 45
672,147 672,147 0000000000000000000891adff7f5dfb5e1bc88b1a68426702dc892a78ae40ad 2,820 1.00/1.00 vMB 81
672,146 672,146 0000000000000000000314520644476776afe98c12ddde0aa0aa170229b7b6ba 2,584 1.00/1.00 vMB 132
672,145 672,145 0000000000000000000ba4d6ae78aad78890c0b14f2b848cfff6ad7d2a167c43 1,637 1.00/1.00 vMB 135
672,144 672,144 00000000000000000007035bcba54e41dea9cc23fa4bf195531d874588673459 1,405 1.00/1.00 vMB 153
672,143 672,143 00000000000000000005ae94d0ae28b0d6bed2a4af73969a9091e468427a6b9a 1,927 1.00/1.00 vMB 159
672,142 672,142 000000000000000000087ead0dce93f311900e0c1c59c744cef00009aee4adfe 2,779 1.00/1.00 vMB 64
672,141 672,141 000000000000000000092e39a56d7c901e7d86d83ce300bbc4076983c79f3ec1 2,324 1.00/1.00 vMB 115
672,140 672,140 00000000000000000005e349e18344604b71fe5262d23754fc00a4be1ab49a81 2,150 1.00/1.00 vMB 134
672,139 672,139 000000000000000000036d4ce41b595ec214e6f98fe4946967e31e696619004e 1,790 1.00/1.00 vMB 90
672,138 672,138 0000000000000000000a69cbb2f90dce27e67ff16eee927d71c6b87542678e40 2,051 1.00/1.00 vMB 51
672,137 672,137 000000000000000000089b4b009525d99d12b1f3ce3eddfc8d32276a1ad88557 2,605 1.00/1.00 vMB 31
672,136 672,136 0000000000000000000399ab61f71e9c3822e0ab4c118ff0ed8b2771680ebdad 2,756 1.00/1.00 vMB 79
672,135 672,135 00000000000000000006070b724f64e188df9539415cda1d257245fd08f9f7e3 2,445 1.00/1.00 vMB 104
672,134 672,134 0000000000000000000a3de788f09190566d2831a2052c818a79a08aca2c9f5d 2,018 1.00/1.00 vMB 70
672,133 672,133 00000000000000000008358c8006404d810753a7f6432761b8076cf836f4ea82 2,554 1.00/1.00 vMB 150
672,132 672,132 00000000000000000000a2075f1ac3e358e86432f125370c780c4e0909348a53 2,879 1.00/1.00 vMB 106
672,131 672,131 00000000000000000009089213ea166d286d71b9f67016aaa9eebe94f0415742 2,980 1.00/1.00 vMB 113
672,130 672,130 00000000000000000002869cea8cf2403a0dabc0e7403bbdcb6b6af704b863c8 2,801 1.00/1.00 vMB 48
672,129 672,129 0000000000000000000afe0482aefcbdd1f5de35a7ae105a04805dc816f3a152 1,873 1.00/1.00 vMB 115
672,128 672,128 0000000000000000000319afc1e8aa2d1b9b1da167c4884d8437a09649c17e46 977 1.00/1.00 vMB 148
Previous 10 blocks ↓
Total Size: 781.71 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: 629.30 GB
    • Received: 11.90 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.