Loading Tool

Explorer IconExplorer

Memory Pool

41,238 transactions
28.63 vMB
0.05926031 BTC
Random Selection Loading Transactions
Max Size: 146.97/200 MB

Candidate Block

Mining Attempt 9bcfff0eb75e42c8427e5dd586a7ee6a56ca4714b5a8a0e4e369c8c6d367c372
Version 20000000
Previous Block 00000000000000000001e8eea2fc217de15f4d40d8c46e346c3a22c6ea1dbb3a
Merkle Root 256526316d1db195e1d5a893ea03c4e9881897138c8b4ba98bb7af39ec78425c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,048
Size: 1.00 vMB
Total Fees: 0.00388364 BTC
Feerates: 30.21 > 0.39 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,619 (488,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
425,967 425,967 0000000000000000026adbb8eb77a91991de2c57b78b0372b20ee3031b7b1866 2,683 1.00/1.00 vMB 75
425,966 425,966 00000000000000000102b9c5fcbf557aa8a1c8e569a67c0542df8abf922fb7e3 343 0.11/1.00 vMB 83
425,965 425,965 000000000000000004c99ddc28747cbd3e4dadb9186dd57451f7c12c2b396ed1 530 0.65/1.00 vMB 26
425,964 425,964 00000000000000000444335b445483a0eb862d7542872f7bc9d01c9e81ca1b3b 2,217 0.95/1.00 vMB 63
425,963 425,963 00000000000000000199c0693ef43511bee1c445717248fba25115054ce52444 1,021 0.50/1.00 vMB 70
425,962 425,962 0000000000000000030ddfbd127c56d593a4381051d9f1d18e5a71aad1583924 486 0.22/1.00 vMB 86
425,961 425,961 000000000000000003bd91764f84398ef04fd542a6d32a801ed0c3cbe4be3ff4 298 0.16/1.00 vMB 61
425,960 425,960 00000000000000000207e7ca7b3e408f641d5169076a3557ee4974e8e73c79eb 1,159 0.63/1.00 vMB 52
425,959 425,959 000000000000000001565369328b79170649adebd565d17c20354d658c60bbb6 284 0.10/1.00 vMB 76
425,958 425,958 000000000000000002e16be0a7b22ee5bf0935a94e23bbdccab8d76050e0fad8 1,058 0.99/1.00 vMB 27
425,957 425,957 0000000000000000023a569b3ceeed9d3e4f55c62d625f3c099d96bebc1f1398 1,878 0.78/1.00 vMB 72
425,956 425,956 000000000000000003c85f679d7ffb9ac7bcc9f7ceb0afd506ae0a4ff02a6cdf 548 0.21/1.00 vMB 73
425,955 425,955 000000000000000004664694223a44263434dbbd2cf2f8685525e33c6d9131d2 733 0.27/1.00 vMB 76
425,954 425,954 0000000000000000032439213c05deb2ab70bcb1b52085f78a70d398f3425817 528 0.98/1.00 vMB 16
425,953 425,953 000000000000000001959007a5fc6cfe2a7d6137a5557f0012328d080346650f 406 0.15/1.00 vMB 89
425,952 425,952 000000000000000004efa181c4df7d636a14f436b566cafaf9d6a49d5d542625 487 0.19/1.00 vMB 81
425,951 425,951 0000000000000000006e20de3db89ab7e6da1a2c02437ccb159f0859f1bcbf3f 1,179 0.48/1.00 vMB 71
425,950 425,950 00000000000000000390f37b2cd846f8a4d20242c3e4b679bee9a6c874692b24 179 0.07/1.00 vMB 90
425,949 425,949 0000000000000000036c52dc9bcc8a73147de3c7ff911e0581af238927b46167 263 0.11/1.00 vMB 83
425,948 425,948 000000000000000004ee40b7f9c9a9838d24902e0777c1111f29611ca2bb0d90 399 0.99/1.00 vMB 13
425,947 425,947 0000000000000000029ee3d97cc7b739103248e9d878dbf80a6361ad3da21dcf 703 0.99/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 781.72 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: 629.67 GB
    • Received: 11.94 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.