Loading Tool

Explorer IconExplorer

Memory Pool

41,973 transactions
26.40 vMB
0.07177269 BTC
Random Selection Loading Transactions
Max Size: 137.86/200 MB

Candidate Block

Mining Attempt ca8c257003e3ea3e41f3d7b0418207ae3adacc363cc38bc41c9d5e1a96d0429f
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 975462fbe7998c134ef10e92a9710cf2b3f8d62abe6ec1e19a07600b2b0aad17
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,524
Size: 1.00 vMB
Total Fees: 0.02345393 BTC
Feerates: 151.16 > 2.35 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (126,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
788,775 788,775 00000000000000000004662cf91e607a0e82450654364c871977a600e5b46d64 4,602 1.00/1.00 vMB 273
788,774 788,774 00000000000000000000505ecbaabaf8c5e24b8a7fb9feda36c055d68dd67f09 4,530 1.00/1.00 vMB 323
788,773 788,773 0000000000000000000452b5472bf3ce921bace1300d4babf057a39fa7c0df18 4,111 1.00/1.00 vMB 398
788,772 788,772 00000000000000000004407fa931ea2cbe6f38a2f642a66abe5575149ffda8a1 3,994 1.00/1.00 vMB 408
788,771 788,771 000000000000000000028c5eb679a5afcd7e292fe30368f16ffd12ae51f8a5d2 4,333 1.00/1.00 vMB 424
788,770 788,770 00000000000000000001b664af2ffdc28f97ece7417832f85ce4e186e127999a 4,261 1.00/1.00 vMB 510
788,769 788,769 00000000000000000002bb86438204d2418f7217bca8b270901b3b236caf388a 4,169 1.00/1.00 vMB 519
788,768 788,768 0000000000000000000424b3553618f096aeec977d24f8f8c66a0d0b4494e9dd 4,246 1.00/1.00 vMB 554
788,767 788,767 00000000000000000000785e86469dd415bb31290755131905e0df81d6e1f65e 4,732 1.00/1.00 vMB 611
788,766 788,766 00000000000000000002ec0330319ee03a2aaddf31c5d18523bb5dffd2abbfd7 4,140 1.00/1.00 vMB 672
788,765 788,765 0000000000000000000554fb3c9c64cbbdc9af21420649f6cec436684fcab759 3,850 1.00/1.00 vMB 580
788,764 788,764 00000000000000000001a56d00c34f3b22185bd6a039422ac2061f9c54ca6101 4,262 1.00/1.00 vMB 647
788,763 788,763 00000000000000000000a2ebd1f41ec71b7864162216279406c47c6429783f01 4,293 1.00/1.00 vMB 703
788,762 788,762 0000000000000000000441d3323f0b9afffa33791f0bee08930efa3aa702da4c 3,893 1.00/1.00 vMB 659
788,761 788,761 00000000000000000001941d50746d3730cc16fa8951062f36b6b8f4a84af37d 4,539 1.00/1.00 vMB 606
788,760 788,760 00000000000000000002d74e6cf2fc1f6fff892d39f6f01972f9176410e23f84 4,070 1.00/1.00 vMB 666
788,759 788,759 0000000000000000000568566e70b3b5a3a5732b0a1b0184e8f0b79dc1081e6d 3,846 1.00/1.00 vMB 399
788,758 788,758 0000000000000000000478d40e014d16fa09a4f27840d32258bb51a277a4debf 4,375 1.00/1.00 vMB 285
788,757 788,757 0000000000000000000550dd60b86858519aa0c202899351624d1884c4909a80 2,611 1.00/1.00 vMB 439
788,756 788,756 000000000000000000031dfdca766c998f8544b55d65aafb259cd6a2c6b5a962 4,900 1.00/1.00 vMB 262
788,755 788,755 000000000000000000001d65be466ea04e92d73068d7f0e4e54ac209e2b642e3 5,224 1.00/1.00 vMB 252
Previous 10 blocks ↓
Total Size: 782.16 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.26 GB
    • Received: 13.84 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.