Loading Tool

Explorer IconExplorer

Memory Pool

77,329 transactions
29.87 vMB
0.10422993 BTC
Random Selection Loading Transactions
Max Size: 178.51/200 MB

Candidate Block

Mining Attempt 709b5ffe42a6ecf75b40c06fa605ca54c38ca15fb9bafce39d4a64aa1108a8d9
Version 20000000
Previous Block 00000000000000000000709f2cd07f7bf3bc6a381136414fb4c7737559e2618e
Merkle Root 2e579e959e592e9d5d77fb6ad2dd7bb65262577a879c97cebb7afb97c47860c7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 798
Size: 1.00 vMB
Total Fees: 0.02232297 BTC
Feerates: 21.31 > 2.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,274 (311,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
603,288 603,288 0000000000000000000108e5f73430cccb3f98ddd5b7d881f956be41c300a43f 2,414 1.00/1.00 vMB 28
603,287 603,287 0000000000000000000ee2bd1f6758148f1a4b58f6c8c0de52537606abd7c7cc 1,922 0.59/1.00 vMB 21
603,286 603,286 00000000000000000004c08aeb5c24d0e79b0b18c8d9defc291b902d2dc8d6fb 2,624 1.00/1.00 vMB 19
603,285 603,285 0000000000000000000b868ec35ea977449e92b8223c5bcca74d1375cd89f559 2,685 1.00/1.00 vMB 35
603,284 603,284 00000000000000000003ab0e332300e4779249e0186ab7413a44aa5ab0758fa3 203 0.39/1.00 vMB 4
603,283 603,283 0000000000000000000a16cd1ac861c3c13ec497d9992ba4521d2b7e4781460d 2,061 1.00/1.00 vMB 11
603,282 603,282 00000000000000000001ee0868e9c268d996624a724644b663e78edb9b8d6542 2,726 1.00/1.00 vMB 33
603,281 603,281 0000000000000000000b680e814a2c0e044e15c06968f3cb537ec545662d64d7 2,099 1.00/1.00 vMB 2
603,280 603,280 0000000000000000000c047353cb5826a5f9b358b5bf4079305e1ccf895ce06c 2,860 1.00/1.00 vMB 37
603,279 603,279 00000000000000000016008a56b1b787cadeaa74df1a49e86fe01b7f51612c3f 2,370 1.00/1.00 vMB 9
603,278 603,278 000000000000000000000a26708875e016ce0a345f354260ba22b8054edd8497 2,564 1.00/1.00 vMB 13
603,277 603,277 0000000000000000001544d453e0e3f22edf87228c2f1b23c3777974830b1f86 2,476 1.00/1.00 vMB 21
603,276 603,276 000000000000000000030bd3fc0d4dfe3d0fb1305257c0f0099abc9e8a0377e7 2,827 1.00/1.00 vMB 46
603,275 603,275 0000000000000000000a1ecb733f711a2d5069e94ad5f484d1285905caad2e3b 3,123 1.00/1.00 vMB 13
603,274 603,274 00000000000000000003817858d51e3c60b28707b5cdf586792a4ef7e2398785 2,794 1.00/1.00 vMB 17
603,273 603,273 0000000000000000000971db683b86ccdfe8ad5ce17f83c93dc63300877cfff6 2,834 1.00/1.00 vMB 38
603,272 603,272 0000000000000000000431562d9ba51a78232dc537781dba1bb09e7caf40b5ea 2,443 1.00/1.00 vMB 24
603,271 603,271 00000000000000000009bf50ebc82a3fbada560a9bb0025609a29fb23bc65728 2,814 0.95/1.00 vMB 20
603,270 603,270 0000000000000000000c12d6a55a470ba36d7f94c1f9196b5754dcdb1dc25936 2,623 1.00/1.00 vMB 38
603,269 603,269 0000000000000000001613c2a5388229bdfa1d16efbf8a2e339100753d7f230b 2,131 0.85/1.00 vMB 3
603,268 603,268 000000000000000000019911270a3ed577c94c6c11c38639b4b1e388b564da52 2,312 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.87 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: 713.06 GB
    • Received: 17.29 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.