Loading Tool

Explorer IconExplorer

Memory Pool

85,512 transactions
31.92 vMB
0.11827398 BTC
Random Selection Loading Transactions
Max Size: 195.46/200 MB

Candidate Block

Mining Attempt ed784b28019ec5d8136cfbf263e3d6790c4cb2ee56d6ef3a75380ef590976de0
Version 20000000
Previous Block 000000000000000000007e377d6e096ae0ae208e7c56eca1526c4517ce45359d
Merkle Root 09f746513a56caacdd109e8a39199d6056b49606f871ca73caf528f1abb5551a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,488
Size: 1.00 vMB
Total Fees: 0.03998880 BTC
Feerates: 299.70 > 4.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,225 (501,943 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
413,282 413,282 0000000000000000002b79f27f06f23d83945621078e2502787efa58cc7eda92 1,569 1.00/1.00 vMB 33
413,281 413,281 0000000000000000056a553a8d4fae1436bd2da0ae9a2838f18d204aabf186be 2,024 1.00/1.00 vMB 61
413,280 413,280 00000000000000000546843240d1ddc1d6f3b1fd85c4b0f4ad2123708bb669cc 444 0.32/1.00 vMB 26
413,279 413,279 0000000000000000046f56e59b9b1293b5e7c1587aa6d29c4f3f79b98cf22ee6 1,185 0.60/1.00 vMB 45
413,278 413,278 000000000000000001b5d1c227ce3ebfd6a436be63210d291993052acd0f6153 1,078 0.51/1.00 vMB 49
413,277 413,277 0000000000000000043bdd7def02a38a4b10d0977b7174af702ce79fd250bb5f 1,835 1.00/1.00 vMB 28
413,276 413,276 00000000000000000467ff83b0489a6fa2ffc907dc52fb4362ca05db26272e92 849 1.00/1.00 vMB 23
413,275 413,275 00000000000000000458a3a873ab0826e7971f00463bf813f000e140e4d6038f 1,501 0.99/1.00 vMB 32
413,274 413,274 000000000000000002479167bec9774e837847b0b8ac3ba5e66b59e42c393295 1,881 1.00/1.00 vMB 40
413,273 413,273 0000000000000000048f62da1d922a9dcded92e2b6ad41bf55907448cbd8929b 2,011 1.00/1.00 vMB 36
413,272 413,272 000000000000000004d8743d7733491522977e8781ed884e0b4c47e8e269e14e 2,644 1.00/1.00 vMB 42
413,271 413,271 000000000000000000f1ee1d2f7edccdd8d6bf6d4758922d3b53f48502a163be 2,471 1.00/1.00 vMB 54
413,270 413,270 000000000000000000ba44ed4f921ed50db0ea7b684983124b171d2ab958a328 2,558 1.00/1.00 vMB 103
413,269 413,269 000000000000000002dca9ba4ac20eebd4608f2a80067848b032c6c73a2cd80a 1,122 1.00/1.00 vMB 30
413,268 413,268 0000000000000000057f705fc67470c6f6772b40e5c0dc2e405a223bf9aae074 1,424 1.00/1.00 vMB 35
413,267 413,267 0000000000000000049d45af581e1fcb21df21fd2d703ac334f154a934928c1d 300 1.00/1.00 vMB 11
413,266 413,266 00000000000000000302158950f2f8612dcdef5fdda73b44c2fd54035a0a6774 906 0.40/1.00 vMB 56
413,265 413,265 000000000000000001df67fb44229b26af01db531c2ef4804b99f99f7f3eeafd 1,015 1.00/1.00 vMB 19
413,264 413,264 0000000000000000007d16f2a96866068bef1e0b8294c07b7597352dbd7952a4 1,072 1.00/1.00 vMB 21
413,263 413,263 000000000000000002f8b8e7c8a5699a58a95d4ac81762d322b178d5467bab67 2,993 1.00/1.00 vMB 68
413,262 413,262 0000000000000000013d12787de468d0066194c0f9c5c327409a3d5a323ac0c3 1,790 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.78 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: 709.63 GB
    • Received: 16.94 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.