Loading Tool

Explorer IconExplorer

Memory Pool

82,261 transactions
30.07 vMB
0.09872636 BTC
Random Selection Loading Transactions
Max Size: 182.45/200 MB

Candidate Block

Mining Attempt 5132488a3466716e4a946c810f331a0c326f7cce88f829a88ee0ede9c9c7f2a9
Version 20000000
Previous Block 00000000000000000001cb55e2e618f7d0b14eff6361ccd981eeb53f94067c6c
Merkle Root 8274a821f209272005a9b11abf943dd05a428b30f2aaf695ccc123cb1422971f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,170
Size: 1.00 vMB
Total Fees: 0.02887560 BTC
Feerates: 301.57 > 2.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,120 (523,290 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
391,830 391,830 00000000000000000418ad278b4b81c800cb851d3b3dee85c1fd0cddb9d8db7c 1 0.00/1.00 vMB 0
391,829 391,829 000000000000000007f981c15e9405cb750359ffa0092888d98615037f420d45 1,082 0.66/1.00 vMB 30
391,828 391,828 00000000000000000a5538a14172a3a7be7cfa80110522c62afc0acc67be3d2b 557 0.79/1.00 vMB 14
391,827 391,827 000000000000000004c8166ab07ebc10f07f842b7f5201bd6d75469dfbf7b9c8 130 0.25/1.00 vMB 9
391,826 391,826 000000000000000008a321eb56719e2714f0491d9e0e33b04a6c8adc5a2159ef 259 0.25/1.00 vMB 15
391,825 391,825 000000000000000004dc233df095d7cb3aab23e1b4988f170a0d5d8f779f7d1d 351 0.28/1.00 vMB 23
391,824 391,824 00000000000000000198d1a9c4628f373a248d551e3baf601d64c3140f5a5319 2,452 0.99/1.00 vMB 39
391,823 391,823 0000000000000000063db16b468e951b4bbfa1d8566d2c718bb1e67a9418ccde 1,401 0.94/1.00 vMB 25
391,822 391,822 0000000000000000030125a3e44f6667b3c5de25e1df2633aa64bba78290f829 548 0.71/1.00 vMB 17
391,821 391,821 000000000000000002a130bca71e58d5e9a09b005d6be1ee1c3ab8e7b508bfb8 976 0.99/1.00 vMB 9
391,820 391,820 000000000000000008a507ed5c7e891a585a9338ed730e2be266b7b7fe7e3dea 2,032 0.93/1.00 vMB 32
391,819 391,819 00000000000000000632bcf4672fdeb91dffc09eaa2562407a06601b0849d9ec 797 0.99/1.00 vMB 11
391,818 391,818 0000000000000000027cc796f609e784deb5ace827ebdf02deb6ff70775edb4e 324 0.25/1.00 vMB 21
391,817 391,817 0000000000000000005e319c13fe1a068fd974b613832ecb349929741c3f46cd 1,547 1.00/1.00 vMB 33
391,816 391,816 000000000000000004e524575a91b4755aab84f6cf914396c726c3876b569fdb 2,204 1.00/1.00 vMB 39
391,815 391,815 0000000000000000086a628973dd459b2321a22540ae26306e10dae8209a4153 1,483 1.00/1.00 vMB 24
391,814 391,814 000000000000000006ce7adbc8fc83e54c97ef633493583e8c8fab87b91611b7 1,507 0.93/1.00 vMB 25
391,813 391,813 000000000000000006dea44d9c770a26a07086657949f1c65a50808f78606d5f 863 0.75/1.00 vMB 23
391,812 391,812 0000000000000000069673eadcaf9353cc0f3891b6272a855d3e3d89b7d562f7 2,196 1.00/1.00 vMB 34
391,811 391,811 000000000000000003e44850edbb544e1d2d8b910ae311b2ca906b366c6b0db8 1 0.00/1.00 vMB 0
391,810 391,810 00000000000000000666c5dcea1efa5234a4209358ee367b2287b368d151fd64 2,438 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.60 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: 671.76 GB
    • Received: 16.00 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.