Loading Tool

Explorer IconExplorer

Memory Pool

24,608 transactions
13.12 vMB
0.04707155 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 74.66/200 MB

Candidate Block

Mining Attempt 3286869dab15a2d09307b4acd692ac6dd5f45c866783b5942d8a8a6ed0523179
Version 20000000
Previous Block 00000000000000000000516a7e988e2b7ba898322e7634f092f5911b40946d02
Merkle Root daff093e8ce599a6b3d1a3e0b7c1ad219ed7a8740eb55220df740f014b7cc563
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,157
Size: 0.997933 1.00 vMB
Total Fees: 0.02359796 BTC
Feerates: 502.67 > 2.36 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,683 (703,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
210,061 210,061 00000000000003222c069c382aa1c40b5833203e27e69957e2d724c40bbecf5b 621 0.25/1.00 vMB 189
210,060 210,060 00000000000000bf655c28313addae27e624e2188e1c59dd39e8aaa92705950b 379 0.15/1.00 vMB 167
210,059 210,059 00000000000000c1e9abddbe2890c9e86ae31a055c3ffe6a242ea5ea0794bd23 870 0.32/1.00 vMB 193
210,058 210,058 00000000000002bddab5aaf776b0ff0309044c37b800146b2d82638c85f29dc6 537 0.26/1.00 vMB 180
210,057 210,057 00000000000001e989cd06481d25d8bd32689c736590e1867eab85fd5ecef610 81 0.02/1.00 vMB 86
210,056 210,056 000000000000024beab6b941412df947f739f62872cf2c315bd93fb23bbca9b3 265 0.10/1.00 vMB 128
210,055 210,055 0000000000000121000ef11fc6416a725bd44846ec7e29dc22116836a3bca137 114 0.06/1.00 vMB 131
210,054 210,054 0000000000000179a312f72af65cf7dcce9f4dd4d4eae1e73ad5f8312d20582a 114 0.05/1.00 vMB 129
210,053 210,053 00000000000000406803e34eb8f714a742f088293300d0c28128353e1adc86b2 583 0.25/1.00 vMB 264
210,052 210,052 000000000000038c51a13b92fdc0be8f3971e3b61925f14dcae5770a0104526f 784 0.35/1.00 vMB 180
210,051 210,051 00000000000001ff8b7093c38bd8b6533814c712479154ed282cabe30294c529 7 0.00/1.00 vMB 36
210,050 210,050 000000000000003a40908c4d853d07e1327922111f94ae635097a31b2f6a31bc 427 0.34/1.00 vMB 102
210,049 210,049 00000000000000214271e06c329398cd698f00e172b9ccc66de6034b1880f45f 686 0.24/1.00 vMB 341
210,048 210,048 00000000000001ad109de8e72f1849e22713fa2e3bfd220927a66b1e40fc76b8 110 0.05/1.00 vMB 359
210,047 210,047 00000000000003cffbd3b31e53a026fdd81fa27c7174a969640b0b15613bde3d 79 0.05/1.00 vMB 171
210,046 210,046 000000000000005f568a08a523d6b69b1333257d8abb3653a8272b0e9adb129b 150 0.04/1.00 vMB 48
210,045 210,045 0000000000000273efb4b668711054ea03b9ff831b3a2a863b1c8f183640f32f 293 0.13/1.00 vMB 147
210,044 210,044 000000000000032cba15d08dd1d6188521e9c7bf807c57a577dc901cca672531 295 0.13/1.00 vMB 154
210,043 210,043 00000000000000dffbfc70b3a02afc40485c309dddbcd36a30c9163b439124a7 374 0.13/1.00 vMB 204
210,042 210,042 0000000000000126b41c59a8c8ebc23944c3463300f6726aacbc9c27e66d2f53 601 0.25/1.00 vMB 196
210,041 210,041 0000000000000098b348a0d60b5934b3d12f1da0992c410684cc97c7b02eedaf 125 0.05/1.00 vMB 212
Previous 10 blocks ↓
Total Size: 780.06 GB

Node Details:

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