Loading Tool

Explorer IconExplorer

Memory Pool

82,746 transactions
31.99 vMB
0.13153904 BTC
Random Selection Loading Transactions
Max Size: 191.90/200 MB

Candidate Block

Mining Attempt 7908cb4089eebd00f319670baa21bd987b575a1b3dc20ba328857bba9f873026
Version 20000000
Previous Block 00000000000000000000ed28e39baea4b6623f6a6c602c921cd015c56b2bd9e9
Merkle Root 1fd5c9e17827996ee20cf5e800a6e6b70935e6ecb65f9d052d400e684577df55
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,383
Size: 1.00 vMB
Total Fees: 0.05701432 BTC
Feerates: 180.34 > 5.71 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,171 (338,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
576,654 576,654 00000000000000000020429ba68096a3b501febc000922354b94c85ced4099d3 2,926 1.00/1.00 vMB 98
576,653 576,653 00000000000000000021f3e3ed19dcd1500a786fb4d6f4b2fbc4d632dbed340b 2,604 1.00/1.00 vMB 141
576,652 576,652 0000000000000000001283017b68dc2e8bf7e58c86ac0edf716cf9374d0d1427 918 1.00/1.00 vMB 27
576,651 576,651 0000000000000000000e06bc1a32db5b52df67914a6935ee666b1d27c5011e13 2,089 1.00/1.00 vMB 13
576,650 576,650 00000000000000000010cdab1e5a584f61368cf61fb91c10eb97cdc6fe5f9381 1,295 1.00/1.00 vMB 33
576,649 576,649 00000000000000000027d15e720529aa79421d8c4f034a4c4d43e156c1a0a137 1,847 1.00/1.00 vMB 114
576,648 576,648 0000000000000000000532b2001f5839dd7cdd92ee8516b1b8d64e89d3757e92 1,495 1.00/1.00 vMB 74
576,647 576,647 000000000000000000066d7d63cfb331a529887a6a23fd5a873ebdafde92820b 1,022 1.00/1.00 vMB 27
576,646 576,646 000000000000000000085b162ec9cc015dfec2a63efcb61ce61a5497c4207ce7 1,605 1.00/1.00 vMB 71
576,645 576,645 00000000000000000009c09e2f820f098660b0ffbe024984b2f25e7df0291b3e 2,422 1.00/1.00 vMB 113
576,644 576,644 0000000000000000001515df8a00ea31e251e4c7f19d7db5724a0edd9b647190 1,993 1.00/1.00 vMB 67
576,643 576,643 00000000000000000025b49c2481a10a217ae1f223b456618a1b5d8bf51cd4b9 1,947 1.00/1.00 vMB 23
576,642 576,642 0000000000000000000e1117a90c7373e6d5d80fc8cf3dc8c8ed01156f5b592d 2,630 1.00/1.00 vMB 57
576,641 576,641 00000000000000000015da348f38e9faf226976b66a76a8460473e5f250dc849 1,401 1.00/1.00 vMB 70
576,640 576,640 0000000000000000002805cb5c6c22236bd31d24c7863f8cddd33f00589d419f 1,927 1.00/1.00 vMB 64
576,639 576,639 000000000000000000276d5d30f7f2fc670b00b83d058723c2f74090b3788e0a 2,095 1.00/1.00 vMB 81
576,638 576,638 000000000000000000273578cc750dbea07f146ae141996421c71fdebab298f4 2,762 1.00/1.00 vMB 61
576,637 576,637 000000000000000000047a8d4c1eff777034d41709a32b98163729f2b8b727e4 2,789 1.00/1.00 vMB 69
576,636 576,636 0000000000000000000f92fea07c7e63c429b8d356c889de5c9224bc9430689b 2,868 1.00/1.00 vMB 85
576,635 576,635 00000000000000000009c91c804395d275a5eeae2d23b4688c7d5a965af225c5 3,272 1.00/1.00 vMB 151
576,634 576,634 000000000000000000044be56fd92538ac19f2e667c2565da3b32547b5c3f54e 3,094 1.00/1.00 vMB 119
Previous 10 blocks ↓
Total Size: 782.69 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: 697.29 GB
    • Received: 16.53 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.