Loading Tool

Explorer IconExplorer

Memory Pool

80,941 transactions
30.26 vMB
0.07586859 BTC
Random Selection Loading Transactions
Max Size: 185.61/200 MB

Candidate Block

Mining Attempt a9fa35e9f46a29b90952e8e3f74e50c319fbdf5d97f44746b32f4ae9bcca7354
Version 20000000
Previous Block 00000000000000000001bfe8515d732b65f9547b0b4d60ed4387c4bfdc0108bd
Merkle Root 6b722c8944ff472e26c38ec98550f15de77954c2c5606a5e6e2583769206353b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,685
Size: 1.00 vMB
Total Fees: 0.00860634 BTC
Feerates: 151.12 > 0.86 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,338 (418,296 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,042 497,042 000000000000000000a1f27464a64cb045891191d00deb9406c3e98df9d38a8e 2,851 1.00/1.00 vMB 163
497,041 497,041 000000000000000000817cd18833e46205aaf09b9b937aa37527da6c9b4bc89d 1,702 1.00/1.00 vMB 163
497,040 497,040 000000000000000000808d8512fff28aaeedf872480c20a81b1990049ea7d232 2,493 1.00/1.00 vMB 191
497,039 497,039 000000000000000000470e236fa9a8e1271d03a6daf42ac1ed4d0bac3763f9ce 2,247 1.00/1.00 vMB 194
497,038 497,038 000000000000000000ce192291ffff7de2eda1b1c5e886d7cdab0f6d4f031e50 1,955 1.00/1.00 vMB 211
497,037 497,037 000000000000000000640cb5001a3bfb00b44ef57d03577e686ab68c7dea904a 2,388 1.00/1.00 vMB 166
497,036 497,036 0000000000000000007fcb2d8f23901a5f22e023169e2e52339cbba0603109d5 2,160 1.00/1.00 vMB 177
497,035 497,035 0000000000000000006ac82c5db2f1b4d0efc0094637b824e82e9023c7115864 1,701 1.00/1.00 vMB 202
497,034 497,034 0000000000000000000418caf804e1258def06fc224fd8a101f8f10afaeb648c 1,568 1.00/1.00 vMB 219
497,033 497,033 00000000000000000041e13dedab3df68ff397f2837689b2b5221f2cb7c0b3f7 1,965 1.00/1.00 vMB 165
497,032 497,032 00000000000000000078485b2286a3a12904595f67c349676aec64e4e39734bf 1,933 1.00/1.00 vMB 140
497,031 497,031 0000000000000000004cbbe8f640e912b857833482860a97225cd0d99a01246e 1,446 1.00/1.00 vMB 161
497,030 497,030 00000000000000000054698ff7ef31fdab14b6962bb1d5439ec7446b849f91a1 2,088 1.00/1.00 vMB 166
497,029 497,029 000000000000000000c7c8226b5f2167009a7a0f6085a456acb4b26ffb08e3a9 2,323 1.00/1.00 vMB 166
497,028 497,028 00000000000000000009e51d5bee48a7d9d1f0acae7d232168a952025d686668 2,404 1.00/1.00 vMB 214
497,027 497,027 00000000000000000075c48ff4991a2fcbf61f9870a36806320d979838562ff2 2,234 1.00/1.00 vMB 227
497,026 497,026 000000000000000000a0b55ceaa816cd764e547e4e5b44b0ed8503c852ac6f21 2,160 1.00/1.00 vMB 164
497,025 497,025 0000000000000000008a14d9c5c565fe61a8454f1f77c5c1f8458b2654326811 2,434 1.00/1.00 vMB 185
497,024 497,024 000000000000000000ba4ef82bea0901ddbd3783b8b8026a450a9f05bbb8dfaa 2,530 1.00/1.00 vMB 57
497,023 497,023 0000000000000000003979abbd04056fa3818de1176ade9c9880f532cfde8cda 1,746 1.00/1.00 vMB 128
497,022 497,022 0000000000000000006aeb5e8c776a8f4af101a6ffdb008c96f5e593ffb3d5a1 1,862 1.00/1.00 vMB 174
Previous 10 blocks ↓
Total Size: 782.98 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: 716.22 GB
    • Received: 17.79 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.