Loading Tool

Explorer IconExplorer

Memory Pool

77,881 transactions
29.64 vMB
0.10765620 BTC
Random Selection Loading Transactions
Max Size: 178.09/200 MB

Candidate Block

Mining Attempt 380ff638d82fb3b439e7728514fdfee6a45f815e76af273b5e2bd8a8796e38ed
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 4ca29b24a5b1baf503283c349bf3b599fd4b6dda2df0c47a751860ea484541cb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,871
Size: 1.00 vMB
Total Fees: 0.02972626 BTC
Feerates: 401.83 > 2.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (78,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
837,105 837,105 000000000000000000029a4bcf4992dc719a32841fdb8110f1824da0b980fabe 3,515 1.00/1.00 vMB 24
837,104 837,104 000000000000000000019c7742466a2e4b0d878e786cc93c24fe48d1734a5712 3,365 1.00/1.00 vMB 28
837,103 837,103 000000000000000000015ddb4df784acc890856a2300a5eff3127a9ee8d48ca5 3,250 1.00/1.00 vMB 27
837,102 837,102 000000000000000000020475a1e83eecf61d2d76b8b716d26131541509027037 2,638 1.00/1.00 vMB 29
837,101 837,101 000000000000000000010b0404b55cecd26ac4159b59b8f9be43d536c2cba58e 3,832 1.00/1.00 vMB 26
837,100 837,100 00000000000000000001129958fa7308fd8e592ef0de1f6478a6203301099f07 2,359 1.00/1.00 vMB 22
837,099 837,099 00000000000000000002b0ef95a22ac62d5c5e587c54465c8e8d8432ab5e686a 2,929 1.00/1.00 vMB 20
837,098 837,098 00000000000000000000d6dec7c30206febb594c5b67efae7070379f6af5e06a 3,851 1.00/1.00 vMB 32
837,097 837,097 0000000000000000000124260ab15eeff3719b6fa9848c33c83e9b1f24f24b6c 1,524 1.00/1.00 vMB 20
837,096 837,096 0000000000000000000170b5c819daa6a4ac9d49d48a5a8daefa076aa6330dfc 3,676 1.00/1.00 vMB 28
837,095 837,095 0000000000000000000086347ad5fa880afc01db8bbcc48ba45d212936d5001d 3,872 1.00/1.00 vMB 29
837,094 837,094 0000000000000000000038a488952d5dec89d9de3414168b3a4ecac2a9bbf0f9 1,202 1.00/1.00 vMB 19
837,093 837,093 00000000000000000000f043613e51f8333293af94888c0a7bdb7e0535286552 3,235 1.00/1.00 vMB 28
837,092 837,092 000000000000000000009b19ac97bd0edc78240b3b89fd118a9a81aeabf3ffab 3,107 1.00/1.00 vMB 28
837,091 837,091 00000000000000000001ff1c34a30e1370064f0e3d4d58f49abec3a3d90d30fe 4,734 1.00/1.00 vMB 57
837,090 837,090 0000000000000000000055ff439c2ed778c6056c0ff704909f4a57967aa25cc8 5,056 1.00/1.00 vMB 234
837,089 837,089 000000000000000000019f0faf859814ad09a7242e6abdedd7bda45f6b0e8400 3,242 1.00/1.00 vMB 27
837,088 837,088 000000000000000000006c32ec3a40ceee3e2c3c3c3bcc171f0f52e1b415d1fa 2,289 1.00/1.00 vMB 25
837,087 837,087 000000000000000000033584f6d011a9f24e491ac48e7d1601e61f7343835f6b 1,951 1.00/1.00 vMB 19
837,086 837,086 000000000000000000028fe201b91e4302b162d0bab3ec8424b34c6081482587 2,773 1.00/1.00 vMB 26
837,085 837,085 00000000000000000000cf74d151921080a1dcfd6c6cd52b2feb60c54c126047 3,449 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.86 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: 713.04 GB
    • Received: 17.28 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.