Loading Tool

Explorer IconExplorer

Memory Pool

75,031 transactions
27.59 vMB
0.06888228 BTC
Random Selection Loading Transactions
Max Size: 168.67/200 MB

Candidate Block

Mining Attempt e11d7501d370978f333cc83d26d9fdf4a2749b4b0646f46c7120aa1cf66a16cd
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 2cf38208b40b44c71e6f1b7f60a1b40163e48519b778c92f50c08188090df3bb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,723
Size: 1.00 vMB
Total Fees: 0.01005537 BTC
Feerates: 150.93 > 1.01 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (488,189 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
427,108 427,108 00000000000000000502d6e68bb58388ce98aa00d4cbacd22b7aaf0502d445e6 1,050 0.62/1.00 vMB 82
427,107 427,107 000000000000000004a51332507ffb93ac9e2eef469e8724600e1e9bc6933c54 1,642 1.00/1.00 vMB 51
427,106 427,106 000000000000000000a87add19eeccc4967199c3a12af0170b8bba21108b3e2d 1,149 0.96/1.00 vMB 31
427,105 427,105 000000000000000004e595f739ccd5c48dcaa32085e760dee5e46f5720081d88 2,008 1.00/1.00 vMB 44
427,104 427,104 0000000000000000049f5fd769b5c11f4c851685974a789104a7579318fdc422 2,686 1.00/1.00 vMB 63
427,103 427,103 000000000000000001b78e4678d5c9bce11da5f8cdc4345a6726e35be91991fb 2,204 1.00/1.00 vMB 107
427,102 427,102 00000000000000000356752b09944f9b9e6482e52a3566a276de726a1c440e54 149 0.06/1.00 vMB 84
427,101 427,101 00000000000000000477b59fcc9a64d07ae3978585aee3d2b708d48e7131ea99 1,757 0.99/1.00 vMB 51
427,100 427,100 000000000000000004c5b3e14ff27e46fbdbd787ea6e5fd0f502ea5c6de9b346 2,273 1.00/1.00 vMB 65
427,099 427,099 000000000000000003f997d0f93e18aba43d6fcf12c44459f2261a031301cfd2 2,824 1.00/1.00 vMB 73
427,098 427,098 0000000000000000010bcf538c7550704770e538c0c6ee797cfee262deb8eea3 3,090 1.00/1.00 vMB 87
427,097 427,097 00000000000000000201e869871182b3fc8aae443c16e533c6b3fbde67c88920 2,363 1.00/1.00 vMB 68
427,096 427,096 00000000000000000332792fc2df67bfbf57ba79634879ed5aca813df804df61 530 0.23/1.00 vMB 71
427,095 427,095 000000000000000000270e42ed67d08a4150c481c02ccaeb430b6f3b79c5fad3 59 0.02/1.00 vMB 72
427,094 427,094 0000000000000000041574c2d49ced23ec8feb9b6ccaeb2254b59e95979f8a72 207 0.09/1.00 vMB 82
427,093 427,093 000000000000000002ebf68e9bfc29eaf5bc5ec6e415ad1cf76812e5220e9987 35 0.01/1.00 vMB 124
427,092 427,092 0000000000000000036af5af6e7bfc8126681750279d81cb36e92af03f6274a9 913 1.00/1.00 vMB 31
427,091 427,091 0000000000000000011c672f3731a6ba1a390331fb154d470eaf76419801d384 2,333 0.93/1.00 vMB 76
427,090 427,090 000000000000000000e51cfc76bc1cc3bd8f0cee196b74f137afb0f0f81bf031 277 1.00/1.00 vMB 7
427,089 427,089 00000000000000000460bb0a394032bef43f8fabb7d76cade5ee87ae339ac2f9 1,851 0.99/1.00 vMB 41
427,088 427,088 0000000000000000032e6fe223d49380316f14e0e23cda58e7fba5054243b486 3,003 1.00/1.00 vMB 93
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: 11
  • Data Transfer:
    • Sent: 713.71 GB
    • Received: 17.44 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.