Loading Tool

Explorer IconExplorer

Memory Pool

80,668 transactions
33.92 vMB
0.13295102 BTC
Random Selection Loading Transactions
Max Size: 193.23/200 MB

Candidate Block

Mining Attempt 8e5e20dd58ef6e13c725f454b25c70790e78eecca49e1c1bacd283fc1578e965
Version 20000000
Previous Block 00000000000000000001ecd196519e0756837ef0e5c6c2c68b968100617d4f76
Merkle Root 63629b90e2c3f4346a9ef546ca6e1766c046e1a02b4447a6a57e5f476fce9288
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,785
Size: 1.00 vMB
Total Fees: 0.02525258 BTC
Feerates: 146.36 > 2.53 > 0.69 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,409 (483,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
431,709 431,709 0000000000000000043290db5d781e4a72d068f582777be8a7f138870a4ce1b1 766 0.31/1.00 vMB 54
431,708 431,708 00000000000000000107ed6645ba99d6e1c024c0b11c2b901a7e1ae32b6e4c44 521 0.22/1.00 vMB 52
431,707 431,707 0000000000000000011157792f0bc06cdd6812abeb31e95e360286b85d16e9b9 35 0.02/1.00 vMB 34
431,706 431,706 000000000000000003a11e7476e878ea4f6bb0b367b90bf6b6e6ac1fbd43dc33 156 0.12/1.00 vMB 53
431,705 431,705 000000000000000003f2ed04dca0990f1064a275dbab23036f1587fb9e2cc003 479 0.36/1.00 vMB 48
431,704 431,704 0000000000000000017b55b24d6776aabf546601cfdf0f86bd45f50adefd4b89 354 0.14/1.00 vMB 72
431,703 431,703 00000000000000000376784babb73b223d661754fa9283cec9946278dbe4aae6 1,332 0.65/1.00 vMB 55
431,702 431,702 000000000000000000aed50e37a1d8627acfacb02abe1303ab2f61249d36d911 361 0.26/1.00 vMB 53
431,701 431,701 0000000000000000019361e0f26983bea2b59a8e2d8e1fa5e332d67bc9b3b82a 953 0.42/1.00 vMB 55
431,700 431,700 000000000000000000d350dc291e98f6b66e78ea714b716d776ab116fae444f7 986 1.00/1.00 vMB 23
431,699 431,699 000000000000000000e730b99b60790c4736f4aad86053e7737d29ac3125363f 2,763 1.00/1.00 vMB 69
431,698 431,698 0000000000000000009ae774ec7134be80a3975e92414d4bf7cf7370c07bdfdc 688 0.44/1.00 vMB 53
431,697 431,697 000000000000000003a3661d5d2f284dd806cc1ec90a67fc83595d043215a907 1,287 0.71/1.00 vMB 46
431,696 431,696 0000000000000000040df6ceac3f8a746c3286595b227cafe6b5f0a5b10d9198 1,417 0.83/1.00 vMB 43
431,695 431,695 00000000000000000321b8fc847b394e212db9cfedc3d2cd46b180c9a7d38c74 445 0.36/1.00 vMB 39
431,694 431,694 000000000000000002ba8d7b86dfc5a4ce31e0b78562b18fc8262bbf8e36b422 2,426 1.00/1.00 vMB 59
431,693 431,693 000000000000000002e091fc181cc3c741de0bc3bf51c729a252b0d5486a156b 838 0.99/1.00 vMB 20
431,692 431,692 0000000000000000033b11aa7f1b3837168ab0b35d92cdf5264c18b4a033a8e0 1,912 1.00/1.00 vMB 40
431,691 431,691 0000000000000000006dd8c708c018f2d393c6c896d2c8717327c848750a37ca 2,697 1.00/1.00 vMB 55
431,690 431,690 0000000000000000009537e96e516f37364e6710230ef5899e9ebd5f26a9c8ab 2,400 1.00/1.00 vMB 81
431,689 431,689 00000000000000000462541a26fc16409c8c11f1382c6981b13b7f86928042db 855 0.30/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 783.10 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: 727.84 GB
    • Received: 18.47 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.