Loading Tool

Explorer IconExplorer

Memory Pool

42,262 transactions
26.69 vMB
0.08550736 BTC
Random Selection Loading Transactions
Max Size: 139.42/200 MB

Candidate Block

Mining Attempt 539e79d448af473b8b0ece4d800d6107373ed8c881a66168b82d695758d730e7
Version 20000000
Previous Block 00000000000000000000fc48cc8686a8ac722c054bcc7b44a0442c0f1c3ff981
Merkle Root 9e02ca4f7ef351776267d2393db97ddcde7049a43ea45df361ea4b922c1c399b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,513
Size: 1.00 vMB
Total Fees: 0.03611488 BTC
Feerates: 151.01 > 3.62 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,883 (299,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,835 615,835 0000000000000000000e9acb0cffa2fd775ee0c22c0698454ad625e5018ff4fa 970 1.00/1.00 vMB 7
615,834 615,834 00000000000000000004f39f05c3dab5308e3e0c6a00bcd8ca282f2301fcf719 1,603 1.00/1.00 vMB 10
615,833 615,833 0000000000000000000b04e64fa0bb2719343bda0e8b953e40b3d7119fc7f353 903 1.00/1.00 vMB 6
615,832 615,832 0000000000000000000aa19b9c59f00d49261ea1d89a93e922892b5f45058f39 1,020 1.00/1.00 vMB 7
615,831 615,831 00000000000000000008d820bfbb7b50c02034bedd6756bf7079cabb08e5658c 2,277 1.00/1.00 vMB 9
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
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.63 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.