Loading Tool

Explorer IconExplorer

Memory Pool

65,258 transactions
36.19 vMB
0.13513747 BTC
Random Selection Loading Transactions
Max Size: 193.13/200 MB

Candidate Block

Mining Attempt ff2984672a31ecf6ae09ce22b0f6ba57a8d72a7691b7234318713ffb8c6d39ab
Version 20000000
Previous Block 00000000000000000000aacee3d0faf2b22f3b966e3836c7cc9e870a4cab1ef5
Merkle Root c1ae33cb41a221df69686aa84220870776c11b4c85cf0977ee00f725d3bf78ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,881
Size: 1.00 vMB
Total Fees: 0.04694623 BTC
Feerates: 527.95 > 4.70 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,402 (350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,052 914,052 00000000000000000001cf19be7c276882b4ef61bb92037ea79ce0d3a4bb748b 1,755 0.45/1.00 vMB 3
914,051 914,051 0000000000000000000198630ae47214388b6dd17e1b244c2c8fda9186a6f2ab 724 0.19/1.00 vMB 3
914,050 914,050 00000000000000000001fca5d03d150a8b3bc513db65e609eacbba7b8e6522a4 818 0.25/1.00 vMB 2
914,049 914,049 00000000000000000001e6f072f13d5e6011d984baf477c2781c7eb3c6d187dd 3,980 1.00/1.00 vMB 0
914,048 914,048 0000000000000000000192b2a8b3e1ce8bee407614d3a6bff10a77db14386e40 2,731 1.00/1.00 vMB 3
914,047 914,047 0000000000000000000052a6314989568f8a11ad79a4e2b2421ff2f106b2bb4e 3,330 1.00/1.00 vMB 2
914,046 914,046 0000000000000000000052eca5dd5abe6cab34eb0a8c5d2ad415525ff122e770 2,963 1.00/1.00 vMB 3
914,045 914,045 0000000000000000000012341ce71a454e19809163e78b6988c9a26e7c426fda 6,333 1.00/1.00 vMB 0
914,044 914,044 00000000000000000001952dc0b6fc69433d4f91c7e7b06608cbde761d3288b1 524 0.14/1.00 vMB 13
914,043 914,043 000000000000000000007c6d4bb5693218d750ff6bcd6da0ad1596326d284390 5,610 1.00/1.00 vMB 1
914,042 914,042 00000000000000000001bc60d92ebc565f48554278171522540b39d8f6a2771a 4,626 1.00/1.00 vMB 3
914,041 914,041 00000000000000000000b37d7d1cde5b3327db50e7ee97b6df3f144140c302c1 3,230 1.00/1.00 vMB 7
914,040 914,040 0000000000000000000063332efc908bec14d52a46ed8cd1471002d63d97a57e 1,210 0.43/1.00 vMB 2
914,039 914,039 000000000000000000014fcfa543d444f26bb99876f14cc1a7238de01cd8c906 5,774 1.00/1.00 vMB 1
914,038 914,038 00000000000000000000da11a75997c47558cabdbae7e3edd8e511051cd73900 6,726 1.00/1.00 vMB 0
914,037 914,037 00000000000000000001770ab7a3b702cae496b3ed699a1ae17bf65fd2a207f1 6,902 1.00/1.00 vMB 0
914,036 914,036 00000000000000000001393a821ea01d1e77c13913bfbfa7b7a74f570b9deb11 2,479 1.00/1.00 vMB 2
914,035 914,035 0000000000000000000087f5fa73384b341113ebaf18fcf622a4ac7f51bddad6 6,309 1.00/1.00 vMB 0
914,034 914,034 000000000000000000011dcc4eda0dfe876df94135e0796eceef03d6f1f3f04e 340 0.11/1.00 vMB 2
914,033 914,033 000000000000000000006eb27305ec309e507676e74ae0248521cd63c1b2ff4f 4,161 1.00/1.00 vMB 0
914,032 914,032 0000000000000000000068d662ff9bdb68f558533d5ec99a6d7d519aaf40fa16 5,258 0.85/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.32 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: 600.29 GB
    • Received: 10.07 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.