Loading Tool

Explorer IconExplorer

Memory Pool

53,022 transactions
30.66 vMB
0.28017214 BTC
Random Selection Loading Transactions
Max Size: 162.00/200 MB

Candidate Block

Mining Attempt 08d803205685466210c4533ab280a46606cc6714aad01c5574177b99370f4257
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 998bc67439616a4775f8a05c7f045e06d9e5d446a8db8377a8087a3f2b06a9dc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,711
Size: 1.00 vMB
Total Fees: 0.08782179 BTC
Feerates: 229.15 > 8.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (535,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
378,958 378,958 000000000000000006906051870a326079ec80fdbc0061eb17fd890c0f78bcc0 2,358 0.99/1.00 vMB 44
378,957 378,957 00000000000000000f66b5b159f0a2284a3ce79e1e8801b6812118fa25a554f9 545 0.24/1.00 vMB 34
378,956 378,956 00000000000000000744357cd1601a4ee28698d9febc07d3c2a77706ce74e773 337 0.25/1.00 vMB 24
378,955 378,955 000000000000000003b8e5a42f98613f73c37e1a1028397501053d707eebb3ad 1,767 1.00/1.00 vMB 29
378,954 378,954 000000000000000004966e7b834d6f343a31137d732d0c10d98a52fc84b3f687 2,010 0.75/1.00 vMB 48
378,953 378,953 0000000000000000055fecec7c947e482ccea49f5a8ddcdd54200f2a180f09ad 640 0.49/1.00 vMB 22
378,952 378,952 00000000000000000983c3e66e5db2d5d1b45f33fb153adf8d6abdeb4bc94ae3 1,896 0.92/1.00 vMB 42
378,951 378,951 000000000000000003bb6d287c2168c762a748ddd237b88f51db995e798c0bb4 1,072 0.61/1.00 vMB 35
378,950 378,950 0000000000000000051fb01e82e14920022df28107b128532ba4829a78b3783b 1,938 1.00/1.00 vMB 44
378,949 378,949 000000000000000001c43a0ff5cb2d18332eae935fa5c7b481e6f36a060fa806 261 0.16/1.00 vMB 34
378,948 378,948 0000000000000000110367bf82b3facd485a426d82dd87f4cb9267f5b13e78ee 922 0.47/1.00 vMB 44
378,947 378,947 000000000000000004b0b17c4ddb23777ac046e1c61c7b44e7d52adcf5a58669 553 0.31/1.00 vMB 23
378,946 378,946 00000000000000000d6e0a00edce7ec15363f31b8e00a694682123148ffd13a7 1,465 0.75/1.00 vMB 42
378,945 378,945 0000000000000000067845d3fddccbc1e19d1b27d80fb1551b32538514c95397 535 0.26/1.00 vMB 35
378,944 378,944 0000000000000000082ea87ce3749234aaff2213cd79685ecd1829d6e5240d2d 527 0.99/1.00 vMB 11
378,943 378,943 000000000000000002857f062e635f1c6779e9dd6f85bfe528bfc8f352b33ca3 328 0.19/1.00 vMB 32
378,942 378,942 00000000000000000296ece9f950c3b93716f1c73c7a3c085a2987f521ece9d9 116 0.25/1.00 vMB 5
378,941 378,941 00000000000000000c8feb1638d34137caaf21bdd997c8c0c9793bff84f5f733 1,016 0.48/1.00 vMB 36
378,940 378,940 0000000000000000096dabafcfe7d89e80783e600e62537efe5df0a55e6e7c76 1,907 0.85/1.00 vMB 38
378,939 378,939 00000000000000001196412df6f4d90e1c773a2fc4cb4d4d6b1d1360f5e62438 1,390 0.95/1.00 vMB 27
378,938 378,938 00000000000000000ecb147847785a34ab8087272e56cb8c16e32e954f15d57b 989 0.45/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 781.87 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: 644.24 GB
    • Received: 12.61 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.