Loading Tool

Explorer IconExplorer

Memory Pool

22,166 transactions
4.77 vMB
0.02049828 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 35.77/200 MB

Candidate Block

Mining Attempt fec4f24a0723bb4e28efa62b19c839b6fb82917275e299af46b8e9f5b4e26e95
Version 20000000
Previous Block 00000000000000000000cc6d598864331c67a34c85155866c526e1ea46bc0fa3
Merkle Root 4934fe86395fee70fd7c5fdcd7e61036a99a43ab302049f40cfc6e4cbfc0895d
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 951
Size: 0.30 vMB
Total Fees: 0.00860949 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,979 (782,356 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,623 130,623 0000000000000b999c6da84b7088600c1424674a7d3d949612fb945765ea1861 0.03 MB 72 937
130,622 130,622 000000000000176c9d64a2865aa03d51341b62fab6b3db03723029248d434791 0.05 MB 109 1,208
130,621 130,621 00000000000002638ffcb866836fc89d7e16de21957a639e9368e7c705de85ae 0.02 MB 55 701
130,620 130,620 00000000000004250833141500b97cca2309a2308584b2fc2a84e9f19a8b645a 0.01 MB 39 716
130,619 130,619 0000000000001ca6f63eea26465cd777fd734c76f8fca4447829bcc27c89f18c 0.00 MB 17 235
130,618 130,618 00000000000003c8c55d6a390c243119ab4dbd9b6ec2f026bddf92477cdd751b 0.03 MB 86 275
130,617 130,617 000000000000023631bb954ac95eccaf73b4c673337b65cda52fead4dc2ea461 0.04 MB 78 712
130,616 130,616 000000000000173022dd2b1a0f615b15f906ddaaf9c15fe1a3ad79d561cf93e3 0.21 MB 714 287
130,615 130,615 00000000000005163f5e9c4393a79596a4b6794ec944ba8ac7fb84bf6a18dce7 0.01 MB 36 397
130,614 130,614 0000000000001ac94d0e3c0e7d7a52ab9385073ff817a6b7e476887421f3f9d9 0.02 MB 69 852
130,613 130,613 000000000000005a0e55e4250461417971b5565faa7d82322f3072ebf80ff70f 0.01 MB 12 1,096
130,612 130,612 00000000000011f53a3d0fc7b8d037749b279b170cf78c4e76a12b02e4e402d5 0.00 MB 17 674
130,611 130,611 0000000000000158880a30c5c332c552d9c89c5f72c9e31e1069e996d871f4bc 0.01 MB 23 319
130,610 130,610 0000000000001a4938ab878ad71251d37a5fea113563ed59cf3c1b2ddd173f43 0.01 MB 11 437
130,609 130,609 000000000000031222e42cd81712c0c44a04c9e1e102347dddbadc0b93e6684c 0.01 MB 47 607
130,608 130,608 00000000000012b397527ccb2e8c72156657010c1eef30fd18e04932c2934297 0.01 MB 12 1,512
130,607 130,607 00000000000018a8c4ace2ebb8270a3827344e86d832ce84b322cf422e98a0ce 0.00 MB 12 312
130,606 130,606 000000000000135a3e5292f05f46ba855f9b1340f25b82cbd60ce1d92011e584 0.01 MB 25 258
130,605 130,605 000000000000110d9006354507d25f6a9e17e519a64b9c998f55dd51db0af203 0.02 MB 40 331
130,604 130,604 000000000000029d67281a4020e9b0bd39b71002829fdf1ea2485b8acbcc439f 0.01 MB 31 155
130,603 130,603 00000000000009fa6717f1a154135338e133d11caa5ac432b5c54b10507c1192 0.01 MB 27 1,543
Previous 10 blocks ↓
Total Size: 778.80 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 359.38 GB
    • Received: 3.23 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.