Loading Tool

Explorer IconExplorer

Memory Pool

73,282 transactions
27.66 vMB
0.10715617 BTC
Random Selection Loading Transactions
Max Size: 165.55/200 MB

Candidate Block

Mining Attempt 12352de40c5e7226d652192e9834149f9ac807dd8116c760c50d9abe37366ac1
Version 20000000
Previous Block 00000000000000000000b27b2190440ac27825933894e3022e019f9fbb1d36f6
Merkle Root 3a9a75cfd22f3e316fe3de7d6d16122eefec0e2ff629925b62b1faee195a17b3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,067
Size: 1.00 vMB
Total Fees: 0.03981565 BTC
Feerates: 526.32 > 3.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,471 (751,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
163,894 163,894 0000000000000b4382ec5e1002c12fba7b6769bf708e7683939c23dde5b8d513 5 0.00/1.00 vMB 0
163,893 163,893 00000000000000e69c3439e69ea7497416a80cfb7e4ee3fba454809bc96107ad 12 0.00/1.00 vMB 16
163,892 163,892 0000000000000070d81a7ff0972841ad53a7dd241bd0354b97deae009530559a 9 0.00/1.00 vMB 53
163,891 163,891 0000000000000890b6df46b4111f63b82d680f04a5b0f323df8e134c0f94b79d 54 0.02/1.00 vMB 18
163,890 163,890 00000000000007f0426b5c201de7524ee5ad58c79bdc09b2871e6881135d10bd 53 0.03/1.00 vMB 116
163,889 163,889 0000000000000acb2a85e25e59871cea5818ff417c009fec8337a02be1cae53f 74 0.05/1.00 vMB 48
163,888 163,888 000000000000015393858751be21bdef6f77c8cde9f24139f6d37fc204e3ec25 4 0.00/1.00 vMB 37
163,887 163,887 0000000000000ca5604ae026bb7376bb4537e9bb22e81468ed4c5d5014e32c50 55 0.02/1.00 vMB 9
163,886 163,886 000000000000041b8d03c43173be3da2a643fdcda91b61af5e4697cce93c2b82 69 0.05/1.00 vMB 71
163,885 163,885 00000000000003a2421278b2e80d6d79a1aa53deba57c0b5fe376e69160622f7 67 0.03/1.00 vMB 40
163,884 163,884 00000000000006d16509de84492fdde4df4d11731d4bab3c7f469edce29b8b5c 9 0.00/1.00 vMB 72
163,883 163,883 0000000000000b99611c1ca6c246d06fc191672ab0918799ebc699ba283dc482 8 0.01/1.00 vMB 25
163,882 163,882 00000000000000e71c821c2adb76f4cb9aabe33c36d384475d8eb67a08a8f4d1 41 0.01/1.00 vMB 38
163,881 163,881 00000000000003e8d98dfae004edad42dce00e72ee04d94d8d4a6d5b6df69d72 33 0.01/1.00 vMB 89
163,880 163,880 000000000000075f639981afb22c5a4bcbf5a6e69a978fbdd35278e7960bd242 21 0.01/1.00 vMB 89
163,879 163,879 000000000000023bfe196197e4e3a3451e98ed2b143c0aeec7a5f0765b6e5893 102 0.04/1.00 vMB 99
163,878 163,878 000000000000032e1c9d185a7b7ac6ef9cb4f71141266f5b8109b89e458e6998 121 0.04/1.00 vMB 0
163,877 163,877 00000000000004d0c1c3f3a35807792019bc4a414801843055db5ede1d637405 25 0.01/1.00 vMB 163
163,876 163,876 000000000000022eea1f8e6a92bc9862ee924cf480551048af2e7bbddd9e1fee 112 0.04/1.00 vMB 124
163,875 163,875 00000000000009f2f464aba9d930a3001eebfc2875fbdc08f90e555d34b47775 11 0.00/1.00 vMB 0
163,874 163,874 0000000000000c861136cee8a2b1ad06d8d50918dda0e3f603c14d5229444c87 22 0.01/1.00 vMB 167
Previous 10 blocks ↓
Total Size: 783.21 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: 756.41 GB
    • Received: 18.98 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.