Loading Tool

Explorer IconExplorer

Memory Pool

44,592 transactions
28.47 vMB
0.07907834 BTC
Random Selection Loading Transactions
Max Size: 150.37/200 MB

Candidate Block

Mining Attempt 364a9b65a73c53ec9390c40baa426b3dfc4a45a25dee1a9528bb31056241c6b8
Version 20000000
Previous Block 00000000000000000001c8540de5dceba6fe0c17c8f2c5409bc2924f72da5448
Merkle Root ed66eacf78fce8b78c6f74b68d092456d1314d2fd380e6ab6fa39a26d2cc6423
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,441
Size: 1.00 vMB
Total Fees: 0.02499721 BTC
Feerates: 120.00 > 2.50 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,834 (821,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
93,218 93,218 00000000000255823731037854da2262a6acff56fe6c3ac26b9e0e125c603b5b 2 0.00/1.00 vMB 3,891
93,217 93,217 000000000000cba0be747621034d8b63e6af3281c3ee171e247b31b056ac9c18 1 0.00/1.00 vMB 0
93,216 93,216 0000000000038ff15af90d64df8f718319b8d4af25330e5da62f5609390cd7f0 1 0.00/1.00 vMB 0
93,215 93,215 000000000004b3a0d98698ca51743534a28611a9f1810a68dd312daa1040ba39 1 0.00/1.00 vMB 0
93,214 93,214 00000000000121cb5c7dfdad449ea5db32505c1fe350a04c6723a32716968ff3 4 0.00/1.00 vMB 0
93,213 93,213 0000000000063bd641bbbb14bfe8928a1d35ef66c80df8922127f058a2455dee 2 0.00/1.00 vMB 0
93,212 93,212 00000000000925c56ee1f051cbd2e49ea99ec9a8cca37278c8a1726f3526fceb 3 0.00/1.00 vMB 1,187
93,211 93,211 000000000004faeb7469039bcbf668e6e93e0f1d85806e60fa887629c0d963bd 2 0.00/1.00 vMB 3,891
93,210 93,210 000000000006e2c4ca1d1cc613d7357f6414b84a93f636e930600b2e5424662b 6 0.00/1.00 vMB 818
93,209 93,209 000000000008a9eb9bc600d36602050a1da57fed0a10403cdb5f13e4830c5cf8 1 0.00/1.00 vMB 0
93,208 93,208 000000000005929a0162abaa111178af1e7093f87c63584d56f3c3183e5dda84 2 0.00/1.00 vMB 0
93,207 93,207 000000000007a3090c0369a24972ae0d631c45089e37776a1a84557ccdab06d7 4 0.00/1.00 vMB 0
93,206 93,206 0000000000087ffce2bbafd51c9fb23dc183857557d211ed092517911709c6aa 2 0.00/1.00 vMB 3,891
93,205 93,205 0000000000089e7678f25f5952883509a8dc7612ccd7974ce57513fc01b2f669 3 0.00/1.00 vMB 2,083
93,204 93,204 0000000000082037c15fab55674c40420d6bbcd98564ec89fcec6f6ff0e99057 7 0.00/1.00 vMB 1,386
93,203 93,203 00000000000602c56aa5f78c006b395b3f6d83c1627530892ec5fdd97796e961 4 0.00/1.00 vMB 2,262
93,202 93,202 000000000004d4af4c6bffcf488f80c549f7482b02943766a8f57c7129582e1a 1 0.00/1.00 vMB 0
93,201 93,201 000000000008b45987f4bf67f6fa99fe402404c1ec8af7e1d8ec5fdddafec716 7 0.00/1.00 vMB 1,024
93,200 93,200 0000000000067b98b05971a9bee5a2766361971ed55341275627e791d8ce0926 1 0.00/1.00 vMB 0
93,199 93,199 000000000004ce22d4a711a7390001208e7d2adb013eb0e97c96817fb4cce3d2 1 0.00/1.00 vMB 0
93,198 93,198 0000000000081b6b64cd66d8109b90c46d6b6e938f7dd2d42da21351956cd395 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.10 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: 651.65 GB
    • Received: 13.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.