Loading Tool

Explorer IconExplorer

Memory Pool

40,445 transactions
28.25 vMB
0.13743582 BTC
Random Selection Loading Transactions
Max Size: 144.27/200 MB

Candidate Block

Mining Attempt 4b425c69803cd95ce9e7d2047ba32c1caa88b43cea7dce092ff5f81b15e0a6c9
Version 20000000
Previous Block 0000000000000000000024b6183bd80aeb2c50feadbe74d837f0ef1fca0de972
Merkle Root 18793fbf9eea5e2dd1223acca2414c1f22527be65d358b68327b5228e53d14e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,004
Size: 1.00 vMB
Total Fees: 0.08300974 BTC
Feerates: 102.90 > 8.32 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,632 (260,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,055 654,055 00000000000000000003cb13fc19a00307e81664bd6862b04c7f60128591754e 1,190 1.00/1.00 vMB 52
654,054 654,054 0000000000000000000ac014dc148418edd26af230ddab1751d5b89d246f3152 1,113 1.00/1.00 vMB 95
654,053 654,053 00000000000000000004b285fcc212df5ed3c469b93766baf38591b51f8e68c8 1,967 1.00/1.00 vMB 102
654,052 654,052 0000000000000000000d09d86ab2ac1e06366d2275d55f3d85a41445b034c7c9 812 1.00/1.00 vMB 39
654,051 654,051 0000000000000000000c25b3cb2ccf3376caeb803c84e64817a2a715d260e38e 1,620 1.00/1.00 vMB 86
654,050 654,050 000000000000000000038ceaa9ddd76430debbfd66975a57e15130c8e0fd8a36 2,953 1.00/1.00 vMB 16
654,049 654,049 000000000000000000080a75d5c3e68c5af3de0ea5761c0a2d6d40f4525d7b7b 1,754 1.00/1.00 vMB 16
654,048 654,048 0000000000000000000609f0bfeeb4e3dc1cddfd69fa9868bec6f0c2ed1e262e 884 1.00/1.00 vMB 44
654,047 654,047 0000000000000000000a0a6cb5a486ba972bfc8a602ee56d9405c54721ea86aa 1,789 1.00/1.00 vMB 48
654,046 654,046 000000000000000000077851350f53f6b579ef117b8b6819b2273a9b11f087e6 688 1.00/1.00 vMB 15
654,045 654,045 000000000000000000038f96479f889e1e9f62d58dede8c52539bf6df483232f 1,496 1.00/1.00 vMB 63
654,044 654,044 0000000000000000000bdf4d8bddd10ad9d5f4cf424460c9565925a739829639 1,777 1.00/1.00 vMB 76
654,043 654,043 000000000000000000075016d46bd6718accdf7c6fa28351fb35960db43d9b92 1,707 1.00/1.00 vMB 16
654,042 654,042 0000000000000000000a59271b6b00b8dbbb1af6772ef7a4833a76cb031cb58b 2,090 1.00/1.00 vMB 28
654,041 654,041 0000000000000000000ce6f0e06f712d26384b1b0e496338fb5c059b50bab0e1 2,842 1.00/1.00 vMB 110
654,040 654,040 00000000000000000007160f5b47b2dca2d861147629dbe321a69b79bd31a461 2,321 1.00/1.00 vMB 29
654,039 654,039 0000000000000000000575b74f3278e3e6e1f2dba91098c37f636a2299e6ed6a 2,232 1.00/1.00 vMB 95
654,038 654,038 000000000000000000051acc4f9a5420afb9be32bc0422e87427ce27768a01ee 2,214 1.00/1.00 vMB 65
654,037 654,037 0000000000000000000060899caf183f7dd0bc5c21cfac97501693586994b551 2,127 1.00/1.00 vMB 34
654,036 654,036 00000000000000000006bf02296c40fbd78abcfc3868eb695177e8117b7bec45 1,084 1.00/1.00 vMB 137
654,035 654,035 0000000000000000000bf6475bb86d6dc6bb9e61fe89b7dc408c3af38f26675b 1,907 1.00/1.00 vMB 87
Previous 10 blocks ↓
Total Size: 781.74 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: 630.38 GB
    • Received: 12.03 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.