Loading Tool

Explorer IconExplorer

Memory Pool

33,983 transactions
28.29 vMB
0.06276892 BTC
Random Selection Loading Transactions
Max Size: 140.30/200 MB

Candidate Block

Mining Attempt d7ab7f2a18b810960c9b1fc5e5d53d755ca9786f4a99f18b1d22d3d59a0f8742
Version 20000000
Previous Block 000000000000000000018d0ea92a04bc7d459e6fd23fb9bc4b1689f5bc272781
Merkle Root 483b86ec481e01cdece99c2f6847feb2a7b4e90b95660a7ea36b3a2be5cae945
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,099
Size: 1.00 vMB
Total Fees: 0.00823821 BTC
Feerates: 18.31 > 0.83 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,522 (795,964 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
118,558 118,558 00000000000076a1eebfe550441be0776a6523bf1d2a79193b43bdeec69e68fe 2 0.00/1.00 vMB 0
118,557 118,557 0000000000004480a6c5da68026976dcbd420bb39d8e045be6e04b8f8c1889e9 1 0.00/1.00 vMB 0
118,556 118,556 000000000000b82e69ebe6d784e255dfa48893ef0c8b2fa7942665a9bc499fde 6 0.00/1.00 vMB 0
118,555 118,555 00000000000037e730d22727c6cc2bf5c26d9df4070bbe1cb69aa47cca2c694f 8 0.00/1.00 vMB 0
118,554 118,554 000000000000584cd00d11ca24cf6b85e81054b8132915ca13535535f0810ea0 9 0.00/1.00 vMB 398
118,553 118,553 0000000000007614236ebd5237894a1410f3c4929d049835328b2e90751fc1e8 52 0.01/1.00 vMB 0
118,552 118,552 0000000000002fb12056f559fa2ddaf98c7f20265aa588a692e58ad7c3c10341 150 0.04/1.00 vMB 25
118,551 118,551 000000000000188bfa90e652d169a9130585c4f0890a56df3150df7fb387d1dc 13 0.00/1.00 vMB 282
118,550 118,550 00000000000032e6843c05c017e9ca8e16e84b99df7d682d2cbff60e74d16a5e 97 0.03/1.00 vMB 34
118,549 118,549 0000000000002620b9de1682ea3fcf2f72e5b1ae3d12710ce903f48598ecdf78 10 0.00/1.00 vMB 0
118,548 118,548 00000000000015e1efe4ea8388ed0e32816bee39ebb4d430ddba25cf90071eae 10 0.00/1.00 vMB 0
118,547 118,547 000000000000a7cd1c3d2112843b88582707dafeda630f0cd72ae260dbc339db 11 0.00/1.00 vMB 0
118,546 118,546 0000000000007f3fb7f28db9868cfa314a000656286399c1ccf52d5d924d1f71 31 0.01/1.00 vMB 468
118,545 118,545 0000000000006387a77b051693aae678ac2699ddd1db60834ff85d0de7dafe4d 1 0.00/1.00 vMB 0
118,544 118,544 0000000000000fffe609fa22878a3da57f057246838c461c20889fd2e1d3fe1d 8 0.01/1.00 vMB 480
118,543 118,543 00000000000060b114eb9ae1f01937a6b95ddc3a84e1665204490d05be88b563 18 0.01/1.00 vMB 285
118,542 118,542 000000000000329ff3d4c3b84b54d1f05bf2704e6b46430b1ced0bdc79f48742 13 0.00/1.00 vMB 0
118,541 118,541 00000000000032074dce23bb0e5fb39b1e318c9b6c53adb6e0463223f5d2707c 14 0.01/1.00 vMB 198
118,540 118,540 00000000000004d5a2c2120dd7f6518f7077188e3f40a18c749fe8e3302f3eb5 16 0.01/1.00 vMB 274
118,539 118,539 000000000000bc9590453af7c3ff75972b513fb42065aca551f5dc706ef5a577 1 0.00/1.00 vMB 0
118,538 118,538 00000000000005790fbd8320cd2a5e26c3a6bb088af3564c29f235ce17261600 6 0.00/1.00 vMB 556
Previous 10 blocks ↓
Total Size: 781.54 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: 616.76 GB
    • Received: 11.18 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.