Loading Tool

Explorer IconExplorer

Memory Pool

37,856 transactions
27.02 vMB
0.06406016 BTC
Random Selection Loading Transactions
Max Size: 137.47/200 MB

Candidate Block

Mining Attempt 93050b4acf554bf371a915380177b1872f26862e2d24c786ac718372e0217ca3
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root 5a7efffe4d7c761d1ebeef2b048e624a84d6ea94058d9cb53b30f4b9f8624c06
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,787
Size: 1.00 vMB
Total Fees: 0.01323955 BTC
Feerates: 100.28 > 1.33 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (76,943 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
837,707 837,707 00000000000000000000a0a279639efafdaa194aef90289b607bad0533644d74 2,700 1.00/1.00 vMB 20
837,706 837,706 0000000000000000000325e14bade02ee3028ef5f7b6007ee68467aade63a05a 1,170 1.00/1.00 vMB 9
837,705 837,705 00000000000000000000a7cfc860d0488c8ad4a72b2de3ef1340a989a3fbd559 2,950 1.00/1.00 vMB 21
837,704 837,704 000000000000000000009ccc41f3381b04844da7b7d8501e87340adf5d8b0264 938 1.00/1.00 vMB 10
837,703 837,703 000000000000000000024b2c76269503dfccc26fc08402452382c59787ad3868 611 1.00/1.00 vMB 8
837,702 837,702 0000000000000000000151c98962543377b0bf202d54423ce4635abcd9d6b38a 2,809 1.00/1.00 vMB 14
837,701 837,701 00000000000000000002dd26791af607d8c908c2ff5be7b424bb277b0d11b888 1,608 1.00/1.00 vMB 11
837,700 837,700 000000000000000000022f5035ea420a743c4b835063ffd60375f3d7fae4a8a6 2,805 1.00/1.00 vMB 12
837,699 837,699 00000000000000000000ff4e4b568911449eccf4fc49e0c84b28f3a4d03dba58 2,976 1.00/1.00 vMB 15
837,698 837,698 00000000000000000001919bf3944e264f9c33876b1802959599663a6c5bfef5 3,108 1.00/1.00 vMB 17
837,697 837,697 00000000000000000000c1c4084971034df387cd6bcec637848f06ca9d914ca0 2,887 1.00/1.00 vMB 15
837,696 837,696 00000000000000000001330f1cbff6f8616fbbb8f06e7a1769f45a0e8fc1e54c 3,000 1.00/1.00 vMB 24
837,695 837,695 00000000000000000001c3c08a88ba40ff3ef89d78bfc2cdb451ccb60bdba02b 2,656 1.00/1.00 vMB 24
837,694 837,694 000000000000000000035ee5c8a708c075f796c49d1917ec385dc3312657b9e5 3,069 1.00/1.00 vMB 30
837,693 837,693 000000000000000000018c28a85e3ab4c53a631e89506830b608df22f88fbf70 3,254 1.00/1.00 vMB 30
837,692 837,692 00000000000000000002f7356b8b431d6d848bbc91a76ae32bf50d7e075f5a5c 2,890 1.00/1.00 vMB 47
837,691 837,691 000000000000000000002e18d2d8ae347fc24a455eeb14a8366d12c3a23c0f51 3,043 1.00/1.00 vMB 25
837,690 837,690 00000000000000000003280057f243089d6f9c4c0afb0c0795b7fd27d3e31298 3,604 1.00/1.00 vMB 44
837,689 837,689 000000000000000000030909c6c3623d4695f4f391d6ec59aeba37e6171cd25e 3,416 1.00/1.00 vMB 18
837,688 837,688 00000000000000000000f43188863e1548c63ac13fbbdb2ebaff4edaa4c790a1 2,798 1.00/1.00 vMB 20
837,687 837,687 0000000000000000000166c35c97eba6203b05766a08f432f23c484dd0ee20ac 3,330 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 781.77 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: 632.77 GB
    • Received: 12.15 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.