Loading Tool

Explorer IconExplorer

Memory Pool

43,690 transactions
27.22 vMB
0.10117386 BTC
Random Selection Loading Transactions
Max Size: 142.48/200 MB

Candidate Block

Mining Attempt 931211b3a3f4b7d33d585344e6f0c1241456d91961535eef3f25eb6f508cc992
Version 20000000
Previous Block 00000000000000000000fc48cc8686a8ac722c054bcc7b44a0442c0f1c3ff981
Merkle Root a1719a53fd212b14bc73d36efb59d5e0cee32f8c1c19747bb13a19a4224372a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,415
Size: 1.00 vMB
Total Fees: 0.04850356 BTC
Feerates: 151.01 > 4.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,883 (299,053 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,830 615,830 0000000000000000000a7e2b02fed2386d48d060b9a9c5c715e43087a2cddeca 3,329 1.00/1.00 vMB 18
615,829 615,829 0000000000000000000122484b02b936d5e30f7e496002d634645f9a5d126b19 2,636 1.00/1.00 vMB 25
615,828 615,828 00000000000000000004264b7cdda8a2550d9f0518ba8e546ecd8347908367b0 2,806 1.00/1.00 vMB 12
615,827 615,827 000000000000000000067013ebaa466b90b2c53cebf264ea44b6179fed17944d 3,407 1.00/1.00 vMB 20
615,826 615,826 0000000000000000000dbac9c42b700f900acdf9ac7b9b6145397de426b368d7 2,885 1.00/1.00 vMB 27
615,825 615,825 000000000000000000099a80aeaf8edc623340740804f4bc5bc239bcc124f55c 2,605 1.00/1.00 vMB 16
615,824 615,824 00000000000000000001963721bd5416eb26458f5399fa7974f0bc1249ee8bb7 2,892 1.00/1.00 vMB 16
615,823 615,823 0000000000000000000ca8e1e20f0785f1e85e3b60faa6667e2e11dc0128d101 2,375 1.00/1.00 vMB 31
615,822 615,822 00000000000000000008e06ae9d3414ac4b4d3c32bc4a33e1b4b2eecc14e0724 2,719 1.00/1.00 vMB 15
615,821 615,821 000000000000000000019f36fb584cb6b3c87df627e4c71d8ee935456a5f5134 2,028 1.00/1.00 vMB 21
615,820 615,820 0000000000000000000dafccc991ecd4dea61d85399af1bebdcc7ecdde78ae4c 1,296 1.00/1.00 vMB 64
615,819 615,819 0000000000000000000e4f6d16328a861e888993e566949397b0a87d6ee5c2b3 2,870 1.00/1.00 vMB 16
615,818 615,818 000000000000000000054ea85cb99cfe07ea43feb9a98f7339ba393cd4a84321 2,680 1.00/1.00 vMB 40
615,817 615,817 0000000000000000000c88a5ab80db6e708cf0e5a7bd3c9f8ff0dec57f93b850 2,147 1.00/1.00 vMB 39
615,816 615,816 0000000000000000000203a2afb27e900908af032cc4b71a70fae5c8a6bc7356 1,320 1.00/1.00 vMB 3
615,815 615,815 00000000000000000003d9c768009836e04741d057b2c3aa34e0967248ca9197 537 1.00/1.00 vMB 2
615,814 615,814 000000000000000000093d7af998802eec70dca3e61189b0ae6e92e593220a4a 212 1.00/1.00 vMB 1
615,813 615,813 0000000000000000000694ce87e8d512971bad6978165ace43acbf393f2dea62 1,958 1.00/1.00 vMB 9
615,812 615,812 00000000000000000010e0ce6b025ba893fcc26ca24bc3a1a2a552e0365ec261 2,180 1.00/1.00 vMB 6
615,811 615,811 000000000000000000057a8b1e59b6d9ddd612f2cae38818ae0f4f6138da34ce 2,052 1.00/1.00 vMB 11
615,810 615,810 0000000000000000000d8b312d4cf751f2ebe917fc4e8442e0091c96874ca64d 1,859 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.18 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: 653.64 GB
    • Received: 13.97 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.