Loading Tool

Explorer IconExplorer

Memory Pool

15,665 transactions
8.95 vMB
0.02580307 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.08/200 MB

Candidate Block

Mining Attempt 259bc478fd2f3a7d7922c98f30e8738e0c21fbb74d441621e065322d063e2c84
Version 20000000
Previous Block 0000000000000000000197941bad20b897c775350b6fa0570ccf58719d66a8c5
Merkle Root c34d148b7af234aaef786dfcfcf80b9b16fcdb572415d540ef8fe70134d9e863
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,766
Size: 1.00 vMB
Total Fees: 0.01231020 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,566 (745,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
167,873 167,873 0000000000000c213f7e41f6a28f42af103225ca90991c185e8c44905d603b5d 11 0.00/1.00 vMB 438
167,872 167,872 0000000000000c0516e0cb179768b3430d602a86e0f2172b14506d2fade70e72 34 0.02/1.00 vMB 46
167,871 167,871 0000000000000143f89ec82051533ea6f676ac0c99c43ce5f91f20aea0647a80 101 0.03/1.00 vMB 24
167,870 167,870 00000000000007e2b1c8c8eb596a40bf4326b83e56c23ccdd38a088f9111fa36 36 0.02/1.00 vMB 32
167,869 167,869 000000000000087e1e187bc067803e2dedbe8f06162d99f8fbd1bc5c49c19858 78 0.02/1.00 vMB 58
167,868 167,868 000000000000021f317394f07e65e6db6b33e0f5a4dfaa7210ad36b135de6096 109 0.05/1.00 vMB 72
167,867 167,867 00000000000007fcc2b3b5a7d2b6de537e71042a234186b6d95919f73ae03ed8 29 0.01/1.00 vMB 67
167,866 167,866 00000000000001efc4870778a4bb6d95fd32be747c120bd3b99b48d9dee7aee1 83 0.04/1.00 vMB 399
167,865 167,865 0000000000000acc24f229a3cd88cba6d1a513a3786a8a5fd58973db46fdb061 43 0.02/1.00 vMB 14
167,864 167,864 0000000000000879d9244c89e18b9b1caa7e0138da81bb93dd3bffd0d6ec7eb0 14 0.01/1.00 vMB 107
167,863 167,863 00000000000002c312198cad04725baa2cd79c08087a94c2fc81667928b2f921 149 0.04/1.00 vMB 30
167,862 167,862 0000000000000b9da19a9bee8f2ce5ba529131ebeb7b345268240052c949835c 125 0.05/1.00 vMB 98
167,861 167,861 0000000000000a76ff569addb6cc1dbfc470ae31fd0c059e4d12684c352c3717 25 0.01/1.00 vMB 93
167,860 167,860 0000000000000082e94e68713abb2fca513c4e2cd8b6c7497f5a0d45ae37e129 7 0.00/1.00 vMB 714
167,859 167,859 000000000000030f432b4af51331867800b8dd872490c1efbfcbde2f9f26984d 54 0.03/1.00 vMB 224
167,858 167,858 0000000000000b3a19c5373ba77a0ef77ae0edb7dfedabfadaad067b1fad18d6 105 0.04/1.00 vMB 65
167,857 167,857 000000000000085b66def3eda857fe52b6329f3fc92551147f9145766b6ee730 10 0.00/1.00 vMB 53
167,856 167,856 000000000000060415ebc457a3e3d0059500cfec81436f7680f6475743d152da 11 0.00/1.00 vMB 13
167,855 167,855 00000000000001571ba5e1c7aabfbf73223bd24d80ccc70ca2b1143de016bf25 61 0.03/1.00 vMB 56
167,854 167,854 000000000000043dd212d028b3d09432b6464d11291d9d3f2cfe0b8d35a82201 22 0.01/1.00 vMB 0
167,853 167,853 000000000000076bc6e948482737a63cf2fe5dafb3df16bb4ce841308e68e8b5 43 0.01/1.00 vMB 278
Previous 10 blocks ↓
Total Size: 779.84 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: 429.39 GB
    • Received: 2.34 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.