Loading Tool

Explorer IconExplorer

Memory Pool

49,931 transactions
29.98 vMB
0.11351435 BTC
Random Selection Loading Transactions
Max Size: 159.89/200 MB

Candidate Block

Mining Attempt baa7464da3d548ae7319b2cbe9cdd34a7eb574cbffaa4d3c2f32c06bd90724df
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root 5dc3e57911658e8cd4aaae01396399792bb6cf5dde8ac8cc06677d597c32d2aa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,409
Size: 1.00 vMB
Total Fees: 0.04370078 BTC
Feerates: 179.69 > 4.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (337,762 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,082 577,082 00000000000000000007b57c2100498a848a41f04fdc820d66050dfe3f3537d0 2,051 1.00/1.00 vMB 111
577,081 577,081 00000000000000000026f9eca206adb1aa0a86cc3cef1f00efdd6887e13d7b41 2,768 1.00/1.00 vMB 97
577,080 577,080 00000000000000000025d21fc8725ed072521e594813a23b1eb8362668e387d0 2,762 1.00/1.00 vMB 116
577,079 577,079 00000000000000000025d1d181ef2eda4c2faa14d6eef6d9f0223ccf52e9c8d9 2,554 1.00/1.00 vMB 162
577,078 577,078 0000000000000000000c52654e3538bfb1b734a905c8aaf32f2c42be2bbcbac9 2,442 1.00/1.00 vMB 120
577,077 577,077 000000000000000000207ec66aed672c6b7179ba964a98cf8080a0a73f30eba6 2,888 1.00/1.00 vMB 146
577,076 577,076 0000000000000000000e16126b186c0fb36fd91eb7c4730fd2ea45db84b42410 2,740 1.00/1.00 vMB 165
577,075 577,075 00000000000000000007c2c60c30d69d74f35509195a3897828360922c3680db 2,902 1.00/1.00 vMB 141
577,074 577,074 00000000000000000008cfee05e675e28c9ff4154556942f1f6efa2be29e684b 2,335 1.00/1.00 vMB 146
577,073 577,073 000000000000000000267612dd85c65aa1fcbee7b164efc92289eac49635a360 2,589 1.00/1.00 vMB 145
577,072 577,072 0000000000000000000701af65c02d696ac4f91eb2105a51435fc18724da7836 2,811 1.00/1.00 vMB 187
577,071 577,071 00000000000000000009711aa31baa505c45803d44d6edf0d8e6521f483520cd 2,644 1.00/1.00 vMB 189
577,070 577,070 0000000000000000000d0864d5665ce96289b3b9ad1e9338582bd7c894a13ded 2,565 1.00/1.00 vMB 168
577,069 577,069 000000000000000000005f34b0f197a496a763a9b7798a0f6d4f72911ba528b2 3,056 1.00/1.00 vMB 148
577,068 577,068 000000000000000000172b2a773f41fa464c021bd33b60eaf03467f77ce4f635 2,612 1.00/1.00 vMB 181
577,067 577,067 000000000000000000181a2d1e49c622141ce6647a7f3ab1b034d4673807ded5 2,213 1.00/1.00 vMB 156
577,066 577,066 00000000000000000023e06068038a3ec7d0dadde3f83910ba4ddb13f87b6eb9 2,577 1.00/1.00 vMB 180
577,065 577,065 0000000000000000000cb52aa6c142db2d5fd8553e8cd1b40332d8328fa9c937 3,133 1.00/1.00 vMB 205
577,064 577,064 00000000000000000025e4e3c86c7a8d00d022e812f0496e3c61fc9794f45b04 2,855 1.00/1.00 vMB 189
577,063 577,063 000000000000000000175fdabf2909ee3d0b92fab0cbf6e8318d852861891f41 2,298 1.00/1.00 vMB 81
577,062 577,062 00000000000000000001de09b3bf43a8fa24cd3d46da159646ce017ff5d4fdd4 3,037 1.00/1.00 vMB 127
Previous 10 blocks ↓
Total Size: 782.11 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: 652.02 GB
    • Received: 13.69 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.