Loading Tool

Explorer IconExplorer

Memory Pool

31,994 transactions
27.80 vMB
0.10243142 BTC
Random Selection Loading Transactions
Max Size: 136.48/200 MB

Candidate Block

Mining Attempt 2a30d0d437a89675e360c07b13cc4d7e32929cb0cd69712bab3cf6c5ddfbaa1c
Version 20000000
Previous Block 0000000000000000000120b73543f07b91740637bd8edf282f46be404c402744
Merkle Root 0f19ecfd7f436ebd90620fcfda0796d3781f707d800bebfabcd41f2bb7a199f6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,505
Size: 1.00 vMB
Total Fees: 0.04935501 BTC
Feerates: 106.95 > 4.95 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,508 (391,833 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
522,675 522,675 000000000000000000290dc7f148d4105cb44ae7de4c1676cc618bc929447e6f 2,278 1.00/1.00 vMB 42
522,674 522,674 0000000000000000001cbd0e88b580360d4aa0f9f1937fde95817a5e64bb8cc2 3,065 1.00/1.00 vMB 57
522,673 522,673 000000000000000000118624f9ef3bd12ba2a3c20ea7ed2dddb847feaf0dc707 2,206 1.00/1.00 vMB 23
522,672 522,672 000000000000000000066f80f759b1494ac4e12e684e98b694f3fff72d14bd8b 2,272 1.00/1.00 vMB 14
522,671 522,671 000000000000000000198a3eeac7c9fa1eb54e76ffc81320b7a6db5949cf5ee1 1,618 1.00/1.00 vMB 15
522,670 522,670 000000000000000000408626b4e9f4496f918c3e7020dd69d491474946492f10 1,862 1.00/1.00 vMB 9
522,669 522,669 0000000000000000002fc6c016c5a8a3d7276927e925e2a18a899994dbb23b95 1,996 1.00/1.00 vMB 31
522,668 522,668 000000000000000000264d6a0a30877b1d01f20428fa4c16ad5eaf9e80515b0f 2,089 1.00/1.00 vMB 11
522,667 522,667 0000000000000000001a1ddf0556266ac49ef096908f8ab0afb6cc724130d842 2,038 1.00/1.00 vMB 41
522,666 522,666 0000000000000000001dd7fd1663045cd79071a0615ccf3cad891a30c4ed05e1 1,455 1.00/1.00 vMB 11
522,665 522,665 000000000000000000073862e683bf752d3e2c6fff19b24601eac4f122075890 2,653 1.00/1.00 vMB 48
522,664 522,664 00000000000000000011a0e82b453f6cca3aad87e365c59187f77512be2ff382 1,927 1.00/1.00 vMB 19
522,663 522,663 00000000000000000014fd2fe583d3195c22a188df5fddad08a1bf0616838a38 2,374 1.00/1.00 vMB 56
522,662 522,662 0000000000000000001176038d1b322c8d884538bfb407f6187c1c6b1606aaa1 1,787 1.00/1.00 vMB 22
522,661 522,661 000000000000000000396ad65bad516292ca647d58fd035bcc8478fabcea77af 1,347 1.00/1.00 vMB 19
522,660 522,660 0000000000000000000cc91540c6babd4659dd059d8323d755c5c5650507df85 1,922 0.81/1.00 vMB 60
522,659 522,659 0000000000000000001395c97d048c9960ba73844c84fe36f6bdd07277887a1b 2,358 1.00/1.00 vMB 32
522,658 522,658 0000000000000000003610a5443285c70c8d5d3a87ae529782f58701f6ecd3aa 1 0.00/1.00 vMB 0
522,657 522,657 0000000000000000002a3b6b7f3e1393b0a676c670923572b48f620522fdf70d 2,591 1.00/1.00 vMB 30
522,656 522,656 000000000000000000193b2fd8b773d277822ca921e0dabf7f60e666958a352c 2,637 1.00/1.00 vMB 43
522,655 522,655 000000000000000000398de9c14da8705e839efb1e6cd44e1bf07dfaa6c6683b 1,966 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.51 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 612.65 GB
    • Received: 11.04 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.