Loading Tool

Explorer IconExplorer

Memory Pool

39,647 transactions
27.08 vMB
0.05550911 BTC
Random Selection Loading Transactions
Max Size: 141.50/200 MB

Candidate Block

Mining Attempt e2432520c5e6fdd72383ba38b1e811973de85ccc7e0831d463812aab70246e08
Version 20000000
Previous Block 00000000000000000000245eed505a538a5d305de614b12adbe4c5ba2b15f80a
Merkle Root b58cbfb5a7d12f26bdd4c22abe18ce003595ad96db8303da0de2a85b032d7d16
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,187
Size: 1.00 vMB
Total Fees: 0.00536627 BTC
Feerates: 69.10 > 0.54 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,863 (114,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
800,547 800,547 000000000000000000048dd1a15257ffd381afb4c03f5be43ba25e34c8a57153 3,316 1.00/1.00 vMB 17
800,546 800,546 00000000000000000000da8ac8f285c728d41a585385ea26621930b62535c331 2,394 1.00/1.00 vMB 10
800,545 800,545 00000000000000000000614fb8c4aca5ae120af89ca47ccd1dcc9cbc58c7adfa 2,842 1.00/1.00 vMB 19
800,544 800,544 000000000000000000053b134abf6e60beb2eb849b28ef2f8f452a8d6b53a927 2,834 1.00/1.00 vMB 17
800,543 800,543 000000000000000000032ef6c45a69c0496456b3cae84ee9f2899f636d03c5ac 1,552 1.00/1.00 vMB 11
800,542 800,542 00000000000000000003ab09ac3fe391db4c03e0907d81a907ca5b07bb49b423 3,013 1.00/1.00 vMB 25
800,541 800,541 00000000000000000000290130549b04f16f3fc55240e5f1a9b38435ff306ff7 1,817 1.00/1.00 vMB 8
800,540 800,540 000000000000000000021d9e8d5b79f6b3ea324ca5461aace1e2823471bb4a4a 1,613 1.00/1.00 vMB 20
800,539 800,539 000000000000000000012dadc45e39bb078e25fab8a5ead63f63689b11a70708 2,998 1.00/1.00 vMB 12
800,538 800,538 000000000000000000016a3cd10a7bb21fe039b1a9965482f8a8378c3e2eaa58 2,722 1.00/1.00 vMB 16
800,537 800,537 000000000000000000038dfd0ac55f94e2198aa032e2133741db2e3f392a185d 2,315 1.00/1.00 vMB 11
800,536 800,536 000000000000000000031c07f1d2be615d42fdea1b756e813689cb1d251a207c 1,594 1.00/1.00 vMB 10
800,535 800,535 000000000000000000051a8a6cd441e5bb97777d552dac5e23729ba179d3f014 1,731 1.00/1.00 vMB 11
800,534 800,534 0000000000000000000436176b72adc230353748de0b6c4651214f2eea9a4cc2 1,725 1.00/1.00 vMB 13
800,533 800,533 00000000000000000001e845b790e5deeb2c899b561840ad795f23e95be5780d 2,998 1.00/1.00 vMB 19
800,532 800,532 0000000000000000000379c61363339cbfa42e31639f89220730e5f7e12ce71d 1,964 1.00/1.00 vMB 11
800,531 800,531 00000000000000000001502f71ec526b9822b898ff8e5bc8ad48fbfee5aedfb7 2,264 1.00/1.00 vMB 22
800,530 800,530 000000000000000000053c4ae880c721d5bf56decba8a0c117547592eca036b0 3,356 1.00/1.00 vMB 22
800,529 800,529 000000000000000000032d883278429d8e06fbbb636bebe8b7f6f6c598494f58 2,700 1.00/1.00 vMB 24
800,528 800,528 000000000000000000000f0f44c63a64b7d4df8d66a127a61568f6fa92877fa6 2,165 1.00/1.00 vMB 16
800,527 800,527 00000000000000000001dda95a1aa61091c805478e8fcfaadf9b6e61ae18e27d 3,348 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.15 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: 652.93 GB
    • Received: 13.81 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.