Loading Tool

Explorer IconExplorer

Memory Pool

81,982 transactions
29.99 vMB
0.09605992 BTC
Random Selection Loading Transactions
Max Size: 181.99/200 MB

Candidate Block

Mining Attempt 2d6cd2c5fd3acc24008f91a97d4e419d6c814dfd3ee80bdfdd66d37f071c496c
Version 20000000
Previous Block 00000000000000000001cb55e2e618f7d0b14eff6361ccd981eeb53f94067c6c
Merkle Root 10282330ebc810f5d67449e5e6c6b98c62d843ec73181f84bbda6f2685cd207d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,188
Size: 1.00 vMB
Total Fees: 0.02705643 BTC
Feerates: 301.57 > 2.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,120 (540,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
374,924 374,924 0000000000000000087d546b8e6d369a5b5dac913f4d3a2756273685b43b5523 2,932 1.00/1.00 vMB 54
374,923 374,923 000000000000000012f6c35c00cdebd8f5748c78c9b6fc525fea83f02c00e540 913 0.75/1.00 vMB 18
374,922 374,922 000000000000000012fe502df409b40b85dc7b1f3f90e664e503ac40b24dbd77 507 0.22/1.00 vMB 38
374,921 374,921 0000000000000000045228733a97481cb6e34beaa5f8f93ca87918b6b54ea97e 1 0.00/1.00 vMB 0
374,920 374,920 000000000000000012e5244dd853fbd313d201430e0f4b4c77184fe81b707c9d 1 0.00/1.00 vMB 0
374,919 374,919 000000000000000005cf16d7bc99fcead7c51bc3c71c7d1a9cbed71e48c3b734 1,946 0.75/1.00 vMB 10
374,918 374,918 00000000000000000078a67c6e22daf1f45379f9063ad0dff2acea05a7294e51 624 0.34/1.00 vMB 39
374,917 374,917 0000000000000000093b4e14eaecf3ea54d8e99658bf2798aedfbeeb01ef9ed7 2,392 0.89/1.00 vMB 9
374,916 374,916 000000000000000004ae9fe1a9ef1a6bc36a3887570f79a78951b7a66077938a 3,819 0.95/1.00 vMB 17
374,915 374,915 00000000000000000d1b4d94588591f4eb990ec4b33c1274f6a8e34fc952f205 671 0.37/1.00 vMB 36
374,914 374,914 0000000000000000069178bfa568797cc5f574786da1d83f9f0214612faa7a2f 2,768 0.93/1.00 vMB 23
374,913 374,913 00000000000000000360fba205aa4a3e94035e19cf920c4ba8d79a92134e1ffc 699 0.38/1.00 vMB 33
374,912 374,912 000000000000000004a99f6a201ff738dadd39a58eeef307942306eb6b5345eb 1,683 0.73/1.00 vMB 43
374,911 374,911 00000000000000000c4b5bed6c987c692ef886464c7a70231e7b1fa37c558043 3,916 1.00/1.00 vMB 19
374,910 374,910 00000000000000000c15b9828f1af2fe06153886e0970ba3380475e08148f80b 376 0.18/1.00 vMB 31
374,909 374,909 0000000000000000034372418192daf86d9c69ae498bff0b68fe0fa8f2e0839c 473 0.24/1.00 vMB 34
374,908 374,908 000000000000000003f7729a16089192b07b454845ba18a353079b9e1763f3e2 1,513 0.93/1.00 vMB 17
374,907 374,907 000000000000000010eb4481391a850c510b5a8afdd8122266474e7a9b9eb462 1,866 0.87/1.00 vMB 43
374,906 374,906 000000000000000006b8049ca50ce54f2bc92a1b867c063b4528b597f5795389 1,826 0.75/1.00 vMB 16
374,905 374,905 00000000000000000f97427a3c6361df06f22ec29188db6933674fba8cfcb54f 3,281 0.93/1.00 vMB 10
374,904 374,904 000000000000000007d78f884298b2f56c1ddbc1c30ab3751e66286d4c1a6c39 1,337 0.71/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.60 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: 671.75 GB
    • Received: 16.00 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.