Loading Tool

Explorer IconExplorer

Memory Pool

74,740 transactions
27.67 vMB
0.07458822 BTC
Random Selection Loading Transactions
Max Size: 168.57/200 MB

Candidate Block

Mining Attempt 33dd7aecc85cf30b4a4c5d2601e785695fd2d7cd550da3fa4ba1d20869176685
Version 20000000
Previous Block 0000000000000000000192874583294799069cd41a502da4205abee519612895
Merkle Root f12e36cafbd6bb5b72e35758366904f61fb1818425b77e32e7ee42fd075ddb0b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,859
Size: 1.00 vMB
Total Fees: 0.01543811 BTC
Feerates: 100.35 > 1.55 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,293 (434,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,916 480,916 000000000000000000b83067463f068dfe5196274e88cfd2d9a99d1a4e78115f 2,353 1.00/1.00 vMB 322
480,915 480,915 0000000000000000009c190647c5eea7480559b2509bbbf7f44c264bd8ea34a5 2,014 1.00/1.00 vMB 138
480,914 480,914 000000000000000001153aa5a246fc61293f1ec1c58570cfb49db4c30f139c39 1,856 1.00/1.00 vMB 291
480,913 480,913 000000000000000000a78cf0d10948caf092b9aef26df1b5ccfec050c3fade87 1,984 1.00/1.00 vMB 268
480,912 480,912 00000000000000000128b11f0f3cda46be51e42577955e310fec099ddd1b38fd 1,786 1.00/1.00 vMB 280
480,911 480,911 0000000000000000010a76f2987f6a1d58564d1e072614c363f77418ce17919f 1,862 1.00/1.00 vMB 255
480,910 480,910 000000000000000000d2345bc468555f6dde1ab00f2612542768f6611dd8d8e4 2,218 1.00/1.00 vMB 348
480,909 480,909 0000000000000000006fd6bc5395678c7659fe943516e8e7629a9c220721d8b9 1,638 1.00/1.00 vMB 177
480,908 480,908 0000000000000000007a687da2f2b267a851ba83b0ad24a9af757f4a0ca5b81d 1,854 0.99/1.00 vMB 232
480,907 480,907 000000000000000000d4b61fa6d0f7eeca09aabc4f9d708e68e146b50fef174f 1,696 1.00/1.00 vMB 221
480,906 480,906 0000000000000000011c69ee9f3e47976f57c60c137be30655e8ac90e4d181d3 1,794 1.00/1.00 vMB 238
480,905 480,905 0000000000000000008b18367a4b5947f4b5ef0132899662db7fec7497e15ace 1,709 1.00/1.00 vMB 193
480,904 480,904 000000000000000000ef163e2e8001d9f0538c6f9b6172d7fb3dcc8b327f0978 1,844 1.00/1.00 vMB 204
480,903 480,903 0000000000000000011ca714c88ca9572b540035540afea64ccafcb40a5ecc43 1,355 1.00/1.00 vMB 53
480,902 480,902 000000000000000000bc250dc6652cff7d5c6f7397a03f18aa2e29acd0bb8e87 1,737 1.00/1.00 vMB 118
480,901 480,901 00000000000000000116117ccf939d0dd4d7459d959eb309da71da83e21402b7 2,503 1.00/1.00 vMB 312
480,900 480,900 000000000000000000d6d3ecb152f5ce4c5e8df7088979acf1c9cfaf673ad23f 1,887 1.00/1.00 vMB 259
480,899 480,899 000000000000000000fe316680c703c4464c8963253ad3feb3be1cfd129e107b 1,045 1.00/1.00 vMB 81
480,898 480,898 00000000000000000027a2eb27ba7a6a36d83b9d20b9d81c3c145174b22bcc40 1,757 1.00/1.00 vMB 141
480,897 480,897 00000000000000000054907b576deafd1a347a1d467724c499dd4a7584bcc70c 1,917 1.00/1.00 vMB 320
480,896 480,896 000000000000000000d73e41fcb9a1832674088f9cd73f4909e4482d1c1579c7 2,219 1.00/1.00 vMB 188
Previous 10 blocks ↓
Total Size: 782.90 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.58 GB
    • Received: 17.40 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.