Loading Tool

Explorer IconExplorer

Memory Pool

49,470 transactions
28.53 vMB
0.14021784 BTC
Random Selection Loading Transactions
Max Size: 152.62/200 MB

Candidate Block

Mining Attempt f7b601a9d619ef80207d1daf20bf8add68ff4b591c74b7128d2f00b4783fe9d5
Version 20000000
Previous Block 00000000000000000000b1984d270552e42f13088d246a845a7e06743b52c1f8
Merkle Root eb8d86f2da9ee9e94bc9323e3b93d7fd7d20dbcafd2d09b408018a2fca164953
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,458
Size: 1.00 vMB
Total Fees: 0.08310450 BTC
Feerates: 301.05 > 8.33 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,790 (571,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
343,319 343,319 000000000000000004c4c73a8c5193b23f5a672853be976ae16eca77ce1d3a5a 644 0.75/1.00 vMB 14
343,318 343,318 00000000000000000ce49a107373643ff4412a3006e2132cca0f0968f37b8d93 870 0.75/1.00 vMB 19
343,317 343,317 0000000000000000112b673af4df0bedbc4b6812e68f23bbb990cd6b689bc0ad 1,639 0.75/1.00 vMB 54
343,316 343,316 000000000000000001a98fb19f5ad98eb0fdc02c070d0333d6234b18bf7b113b 1,409 0.75/1.00 vMB 35
343,315 343,315 000000000000000012ed8e31f8016aac1dd188c6d907bfcb1d9cd9815ee067eb 1 0.00/1.00 vMB 0
343,314 343,314 000000000000000013dcdf20842fa7524336868e56520a116cad15afc7b9d4d4 932 1.00/1.00 vMB 16
343,313 343,313 00000000000000000852556a249ff8d0ff4e0151ddd697f5f4040335d896c16b 928 0.75/1.00 vMB 19
343,312 343,312 00000000000000000652eaaa9333f5e73adebc12459d8ed2dfc6ac72cd95d2d1 1,367 1.00/1.00 vMB 21
343,311 343,311 00000000000000000daa8b2b38392bba282d0f5749811bdb0dabae3fb5735519 2,661 1.00/1.00 vMB 38
343,310 343,310 000000000000000002069c40198be80b085ad0d10513cd1ba619d1bdc3e9ff7a 443 0.33/1.00 vMB 18
343,309 343,309 00000000000000001644d96ff26664caf6a8b79c67245d2df288ace02c9858da 480 0.37/1.00 vMB 17
343,308 343,308 0000000000000000059a2ca4bc72f01d5f4123a137f467133c4f561729f6399f 795 0.73/1.00 vMB 14
343,307 343,307 000000000000000000e38cffc3ea1a44108fbd635ce8c9caf1b197f36c7272ac 1,207 0.75/1.00 vMB 37
343,306 343,306 00000000000000000384903b604e2e7c3c29fed4799a47d005c4a8af85cee76c 1,248 0.89/1.00 vMB 24
343,305 343,305 00000000000000001426cbb8b341d89642a4b381e2d2abc3d8527054434a40fe 1,581 1.00/1.00 vMB 25
343,304 343,304 0000000000000000123afbafbd7d51a15e9fee61459f97e162e8b33c963e3827 1,608 1.00/1.00 vMB 25
343,303 343,303 0000000000000000117e0f3900b318a706ffaa827bd41d8bb74ca26b6f72db74 1,231 0.75/1.00 vMB 29
343,302 343,302 00000000000000000be836d46595852e0bdc2827983a8aa624ccbe0cf6cd43b5 659 0.52/1.00 vMB 24
343,301 343,301 00000000000000000acc7e060be46e2ac39acea17415c9b7d0a50ce716d8e4e6 681 0.57/1.00 vMB 20
343,300 343,300 00000000000000000f941ee1221c839b0101ada9424791b8ded6739fd391ca85 193 0.17/1.00 vMB 17
343,299 343,299 00000000000000000575586138d616d0e9053b571186e4b4bc83501d8ff1c5e8 71 0.08/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.01 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: 649.64 GB
    • Received: 13.19 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.