Loading Tool

Explorer IconExplorer

Memory Pool

83,858 transactions
31.46 vMB
0.09529793 BTC
Random Selection Loading Transactions
Max Size: 192.83/200 MB

Candidate Block

Mining Attempt 98183b09e5b4d233b348506d1a5e23a342ec50d579319ac3c8b2037824300de7
Version 20000000
Previous Block 000000000000000000007e377d6e096ae0ae208e7c56eca1526c4517ce45359d
Merkle Root ba63f4679227fa8409ce4f472fd587e64aabc899ed56c149df5b4b7212631239
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,879
Size: 1.00 vMB
Total Fees: 0.02312948 BTC
Feerates: 299.70 > 2.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,225 (97,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
818,075 818,075 0000000000000000000085289006d79c5df825ce0fb8f261a0a55297d8db0002 3,821 1.00/1.00 vMB 102
818,074 818,074 000000000000000000037c5e6d39b272e6b3053b5a0f5d64f664e126ed83bf88 4,487 1.00/1.00 vMB 69
818,073 818,073 00000000000000000000bd9b21a753e22ef85e0a86c458352b45d0e289743774 5,377 1.00/1.00 vMB 75
818,072 818,072 000000000000000000016ff93488ae378805e31ac8783eedfca8365c8a52923c 5,305 1.00/1.00 vMB 81
818,071 818,071 000000000000000000035355bdf60d5fe57e77a2415a4a635b96c77008ab1d9f 5,110 1.00/1.00 vMB 89
818,070 818,070 000000000000000000035728f42db5fa48f0b0a5021515a120e754dc1b8d2eac 5,147 1.00/1.00 vMB 86
818,069 818,069 00000000000000000001ef36dd2421c023cab5542a6fa363f2a0cb4d3562864d 4,668 1.00/1.00 vMB 85
818,068 818,068 0000000000000000000324d851a199df28f97d7cca7ef9554f50c8f196de381a 4,751 1.00/1.00 vMB 79
818,067 818,067 000000000000000000042524ef00e8e6a4f62306fdb164065712b1c3ea5cb8df 5,141 1.00/1.00 vMB 80
818,066 818,066 000000000000000000022a5633849f601088cb06574d444d6eda298a563a90d7 4,808 1.00/1.00 vMB 89
818,065 818,065 000000000000000000013d5247403d43238a63d6eb475e09bbfc37ebb8af08fd 4,201 1.00/1.00 vMB 100
818,064 818,064 00000000000000000001063a50d8f343b79eba61a9f69100a000cbd1694a7a5c 3,590 1.00/1.00 vMB 106
818,063 818,063 00000000000000000001f4d8d5d2aba64b78cdf3797b5cc86c95e50094185a91 5,014 1.00/1.00 vMB 85
818,062 818,062 00000000000000000002ce1e75745f91cafedad1a4c6a73fa01afc427f30d8e9 4,768 1.00/1.00 vMB 85
818,061 818,061 00000000000000000002d0ca9552ba8765dea0ad869f6253a48a20dd9e438215 4,991 1.00/1.00 vMB 75
818,060 818,060 000000000000000000039bc18b94a4642af9978973b81e488fe75f23b53db585 4,038 1.00/1.00 vMB 86
818,059 818,059 000000000000000000022ffa32c03991129483c4bef25ce1d127b4bc768e93f9 4,750 1.00/1.00 vMB 79
818,058 818,058 00000000000000000001f136a3e4889b471a96bec912e2f7639312e082ae5fa9 5,131 1.00/1.00 vMB 94
818,057 818,057 00000000000000000001aff8d60bca5c8dd5a8e4ba8a2f73d5c1b2b531dcb36b 3,788 1.00/1.00 vMB 91
818,056 818,056 00000000000000000001824ffc1a4c0c9a346bf13b5cd2eb19be7d09aa1c795c 4,761 1.00/1.00 vMB 83
818,055 818,055 000000000000000000025271cfe1a017179e55758b55a2d1bed3858210607a87 4,729 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.78 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: 709.61 GB
    • Received: 16.94 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.