Loading Tool

Explorer IconExplorer

Memory Pool

81,231 transactions
30.20 vMB
0.13420015 BTC
Random Selection Loading Transactions
Max Size: 181.56/200 MB

Candidate Block

Mining Attempt 5fdc7de4e96eead144942a8b5d197a3135cdda54edf73e706dd2bdd265e5f6db
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root fb28aee0e185bf02bc1a9bb8c98b418af44b6615d3bda0ec67389e85eb12d62d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,078
Size: 1.00 vMB
Total Fees: 0.05653964 BTC
Feerates: 242.90 > 5.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (97,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
818,078 818,078 00000000000000000002764a0f79b1a2d27d74bd1d6f6f0067b0d2209c8a1e63 3,209 1.00/1.00 vMB 112
818,077 818,077 0000000000000000000359e5533302d531368fe475369c01306d802cc9abaf32 6,155 1.00/1.00 vMB 92
818,076 818,076 0000000000000000000444df5ee7da092268d8ab690118a45af19108f177b8d5 4,561 1.00/1.00 vMB 78
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
Previous 10 blocks ↓
Total Size: 782.67 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: 674.16 GB
    • Received: 16.43 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.