Loading Tool

Explorer IconExplorer

Memory Pool

18,781 transactions
11.09 vMB
0.03793198 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 60.19/200 MB

Candidate Block

Mining Attempt 8ffaacd2f402c603d410d44176ce30f9a4d8ad818d3d943d9cbe28d319013602
Version 20000000
Previous Block 0000000000000000000014b0e0c3ffdcd0c6f82f657121f2e5c5dea8833d7c39
Merkle Root 6560e54c57584dc2bfadc8598283e0e91ab624015b972009d3f90522a1eb9c1f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,680
Size: 0.997976 1.00 vMB
Total Fees: 0.01945728 BTC
Feerates: 150.80 > 1.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,807 (714,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
199,146 199,146 000000000000008e96cefcfe1dff40bd97ac648569cb7c2ddbd8096d4232479a 124 0.05/1.00 vMB 148
199,145 199,145 00000000000003a673a1735a296973c028b42ff350d49da7690a7a907309b3b0 116 0.05/1.00 vMB 146
199,144 199,144 00000000000005cca481588cdc2419bb505b35b234450afd0521c095686c293a 139 0.06/1.00 vMB 119
199,143 199,143 000000000000043299621c92ed5d4c5286b0c417af1633ea11f9f9d7b196d144 43 0.03/1.00 vMB 109
199,142 199,142 0000000000000123f071d135d4e2ea9c7c850c1ad0307bc4e94f39a28c698b27 22 0.01/1.00 vMB 58
199,141 199,141 0000000000000325935fc3984463293e7593cc1026826fc16eeeea852076b7c6 122 0.05/1.00 vMB 127
199,140 199,140 0000000000000105544a0d925a7d98b4c780c7ffdcd6c7ec557da62523814dbe 11 0.00/1.00 vMB 14
199,139 199,139 000000000000036f15b4c5db5d9eb85c2638389638748526d60169cce58d17cc 413 0.21/1.00 vMB 172
199,138 199,138 00000000000002449b42a696334c5c425ef9a074876facf8cb5e3ecd6ec050a2 9 0.00/1.00 vMB 203
199,137 199,137 0000000000000534ee503a62748b97c2eede0b070fffe9e2c33ed40c085542d9 189 0.07/1.00 vMB 128
199,136 199,136 0000000000000504292ff3f77a351c5cbfd751609280704ef260280cd5354cdd 7 0.00/1.00 vMB 426
199,135 199,135 000000000000038806027ab6bf99d3a06cc881f1ff19fe65880da0245ae43f41 113 0.05/1.00 vMB 161
199,134 199,134 00000000000001f47dde2791b0b979ac7e4082369b434a5d21c17c6671006bd6 713 0.31/1.00 vMB 86
199,133 199,133 000000000000005f0ac50cb1ba0ac03927a813a8a8ae1fad3ad03eff20d4e11e 12 0.00/1.00 vMB 2
199,132 199,132 00000000000004bd58090a243bfaebd86360e2889cfbf67bcd6f5dc70b673c88 276 0.09/1.00 vMB 148
199,131 199,131 00000000000002338189d03080a08cbd0cebacb4fa0b94c54ca54b84f62d044a 83 0.03/1.00 vMB 136
199,130 199,130 0000000000000622d4e8b4db0d3d801562e5b0559f0db885847e1f42047e45ac 44 0.02/1.00 vMB 128
199,129 199,129 000000000000020a8f0f4587dd67b441d59ccd940dbf153daee3e7d5019896d9 179 0.08/1.00 vMB 106
199,128 199,128 000000000000062671dcf733067b6ff94aa848cd139069990d9b9baa26654309 12 0.00/1.00 vMB 320
199,127 199,127 00000000000006034ae47613adb57aa024c182908e58626edc9f8d6a676a2a14 442 0.19/1.00 vMB 131
199,126 199,126 00000000000005780d5da13aa476f679db348b3bd9ae553235ffb8409c2f6089 124 0.06/1.00 vMB 446
Previous 10 blocks ↓
Total Size: 780.28 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: 516.25 GB
    • Received: 4.43 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.