Loading Tool

Explorer IconExplorer

Memory Pool

44,799 transactions
26.90 vMB
0.06618748 BTC
Random Selection Loading Transactions
Max Size: 141.76/200 MB

Candidate Block

Mining Attempt 3182fd0f6272854eff8aaa1253152781819fc87e89e710755cca43850dbf73df
Version 20000000
Previous Block 00000000000000000000facfaa62459f98f3b2a139e8179039060bf314a7e923
Merkle Root 94eed32fecb08b9e86ea38a2754036c90bf53388a4a7fa3a973eee7eb7789d59
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,391
Size: 1.00 vMB
Total Fees: 0.01643859 BTC
Feerates: 251.72 > 1.65 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,747 (450,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
463,834 463,834 0000000000000000000c870671d47ed922f5dba5dd1f4db1f305a190606a4ad1 2,066 1.00/1.00 vMB 162
463,833 463,833 0000000000000000008217e1b852597f805e1424fa3c8d410e43cb8ca8f3acbe 2,155 1.00/1.00 vMB 169
463,832 463,832 000000000000000000d3d9c81dfa7beaefc1a8449b34d36945f5d4f653679c28 2,268 1.00/1.00 vMB 175
463,831 463,831 000000000000000001a679c7b89dddfbc7163bc11db9e557ca3cabfd3760d183 1,868 1.00/1.00 vMB 231
463,830 463,830 000000000000000000422536e0cea8f83d8dca664954637a136cd6a5746b7f6a 1,668 1.00/1.00 vMB 133
463,829 463,829 00000000000000000219fc24263402b3ad871b0facc75db962ddf62561c355c8 1,559 1.00/1.00 vMB 172
463,828 463,828 000000000000000001491eb8dc6779beedcea3628e3ff934b1d4d62518195a53 2,042 1.00/1.00 vMB 207
463,827 463,827 0000000000000000002a25b4832495ce2ca0a28a5f06c29c201bcb608f51e604 1,343 1.00/1.00 vMB 162
463,826 463,826 000000000000000001d0196123a655c16305c282ff2f36b5b8a2bb825c0aaf98 2,088 1.00/1.00 vMB 197
463,825 463,825 0000000000000000018727ac299736eaf47023b0b3fbc5d127cd8a6b27a2d2f9 2,493 1.00/1.00 vMB 164
463,824 463,824 0000000000000000018d72ceda5772b497a5cc7749ab236e786478e4bbc8e37f 1,503 1.00/1.00 vMB 181
463,823 463,823 000000000000000001180fa2cf6a6aa59eeb30ea9db745de6bd9724486bf459d 2,088 1.00/1.00 vMB 189
463,822 463,822 000000000000000000879b3a26f464b1e12a4d2df4436207359274d707b492f7 2,117 1.00/1.00 vMB 159
463,821 463,821 0000000000000000013ca22c210cffd01be68d9bab1036a3590d08f38d5fdec7 2,399 1.00/1.00 vMB 220
463,820 463,820 000000000000000000c22d3d4c5a89a6e017fdee8fd6df90878cb463aeb1d7b5 2,124 1.00/1.00 vMB 190
463,819 463,819 00000000000000000026616dc6d3425b88306931d098a40e16e83a7e62c33c5e 2,761 1.00/1.00 vMB 216
463,818 463,818 0000000000000000002c9133c63e852402d4bfaae22f43c1247f5d39ab9538aa 2,562 1.00/1.00 vMB 260
463,817 463,817 0000000000000000003884954e6cc5ef4f4d788da06cd4f037fa2e5f41bace63 1,866 1.00/1.00 vMB 138
463,816 463,816 0000000000000000015eb0f72bf270d7ebb30de090596ff3e8ce971151287cf6 1,809 1.00/1.00 vMB 147
463,815 463,815 0000000000000000019a10c9e4a2958d6796954bb6c034957e7b72331961592e 1,978 1.00/1.00 vMB 127
463,814 463,814 000000000000000000ddb39a2b025e3c05c625493799acad885e83acbc3f0af7 2,999 1.00/1.00 vMB 243
Previous 10 blocks ↓
Total Size: 781.94 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: 646.70 GB
    • Received: 12.88 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.