Loading Tool

Explorer IconExplorer

Memory Pool

43,326 transactions
27.06 vMB
0.07290513 BTC
Random Selection Loading Transactions
Max Size: 141.32/200 MB

Candidate Block

Mining Attempt 5e31e02d3a1bb434541d558307f02464ad82f6e6701ecda17057a8b6acab3242
Version 20000000
Previous Block 00000000000000000001aae22bf03485fc959de8eb2dba05795b3aa6b906bcaa
Merkle Root 5f9641bc69cd325e437573525e36567955601f58db0cddb1c358cb53592bab4e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,742
Size: 1.00 vMB
Total Fees: 0.02210473 BTC
Feerates: 100.45 > 2.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,884 (114,345 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
800,526 800,526 00000000000000000005107fd7aa7a7b666d6a4b36aff1900151600d407a4a31 2,798 1.00/1.00 vMB 41
800,525 800,525 00000000000000000000a1a96c9dc4b97842999d39edaeb0e1629066dc38be91 1,875 1.00/1.00 vMB 9
800,524 800,524 00000000000000000004e69342b89488a2044e976c7d945b3c3153f6abb95b7c 2,839 1.00/1.00 vMB 14
800,523 800,523 000000000000000000002f3e37fa15d63a497242aeda7b561fb25f2ea86a1807 2,951 1.00/1.00 vMB 15
800,522 800,522 000000000000000000015d4c396bf7f251b475d1d6f29232ea44fecc7678b6e4 2,595 1.00/1.00 vMB 13
800,521 800,521 0000000000000000000479c9ec00e419b67fdaeab7baa5e1d0ca891a47506f91 3,311 1.00/1.00 vMB 22
800,520 800,520 000000000000000000049be744deb6896d86ac4fcb65d9d7ad979cc018e0bdcb 2,563 1.00/1.00 vMB 10
800,519 800,519 00000000000000000001dc3833c72be58763772a47ddaab3403c6a47e195db0d 3,015 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.18 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: 653.65 GB
    • Received: 13.98 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.