Loading Tool

Explorer IconExplorer

Memory Pool

78,428 transactions
29.13 vMB
0.08199896 BTC
Random Selection Loading Transactions
Max Size: 176.28/200 MB

Candidate Block

Mining Attempt 47a7bc373d0f9c7ebafa72e43f37e5e73a7f3a7317fd508a7b809a589c0f18a1
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root ec1d2a009947fdb0f0dd2508676b6e039d0a524d6ab62b56f61378d9798a7f26
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,727
Size: 1.00 vMB
Total Fees: 0.02104303 BTC
Feerates: 178.73 > 2.11 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (39,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
875,163 875,163 000000000000000000004f11b565f0701fd60b768e85e031639f0f9378fa40e7 3,168 1.00/1.00 vMB 11
875,162 875,162 00000000000000000001cdc49649801c7b657d5a5bbf4cf227092a6dae550047 3,845 1.00/1.00 vMB 18
875,161 875,161 000000000000000000008fa773054cba7cac9f8ec409bcdcc0144482f7a47aa1 3,482 1.00/1.00 vMB 14
875,160 875,160 00000000000000000001560c434e093d7877fc572e1d58449a0700257b654237 3,887 1.00/1.00 vMB 11
875,159 875,159 00000000000000000001ae74cb92eec6f33aaae6d0d32ccc309da53f6e5531eb 3,808 1.00/1.00 vMB 18
875,158 875,158 00000000000000000000b43f75e3e5b4fe0fd50aec83b86c529b002624f108cc 3,477 1.00/1.00 vMB 16
875,157 875,157 00000000000000000002373463e6529a28d3ce02a57aa6e691d19b5b068e81d1 3,996 1.00/1.00 vMB 13
875,156 875,156 00000000000000000001d6957366e1444ed9358bebe850a7a1d5cafda1ef564a 3,768 1.00/1.00 vMB 9
875,155 875,155 000000000000000000007297c9ff5175c8f85c4a5109a8c8337438e9a8f0371c 3,355 1.00/1.00 vMB 7
875,154 875,154 00000000000000000001b20ea939c0327e1cd47047218a561dedabc4d4cbfb4f 3,288 1.00/1.00 vMB 9
875,153 875,153 000000000000000000025e2ffbb7718c2ae0a110c09d147ef35c10bac2e7980b 3,726 1.00/1.00 vMB 13
875,152 875,152 0000000000000000000185829566b70dee928a8a610c3807ad2a30b4c0f1b78a 3,272 1.00/1.00 vMB 8
875,151 875,151 00000000000000000000ee5d5acd3b47a9fa1f7aa068658cd348b3957c30edb7 1,644 1.00/1.00 vMB 15
875,150 875,150 00000000000000000000de13237a1dc8c42d6eca0b0aeba162146c3b6be58462 4,050 1.00/1.00 vMB 12
875,149 875,149 000000000000000000018ef67777f15a5dba565c26e54fa94a20e6fcdf92034b 3,677 1.00/1.00 vMB 13
875,148 875,148 000000000000000000022716c3ce6b7d8bd7f5261195dc3539c1929df9044bad 3,047 1.00/1.00 vMB 7
875,147 875,147 00000000000000000000b8adf2e0f7070dc023e7c7071a189cce600233d191a9 1,699 1.00/1.00 vMB 5
875,146 875,146 00000000000000000001e5aea567dfd65f151222563171247e773e761d04ba39 2,387 1.00/1.00 vMB 7
875,145 875,145 00000000000000000000a8dac4e17ef5eb94ae9bfe5401bc928e3e4f2fd57847 3,788 1.00/1.00 vMB 9
875,144 875,144 0000000000000000000236a698544fc9f8ab67c522d776b34123ef5ebb08b118 4,064 1.00/1.00 vMB 10
875,143 875,143 00000000000000000002447f43bf494e0fee059154a87da31e98ec309cc88d92 2,413 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.68 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: 678.05 GB
    • Received: 16.44 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.