Loading Tool

Explorer IconExplorer

Memory Pool

20,222 transactions
8.77 vMB
0.04628536 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.40/200 MB

Candidate Block

Mining Attempt 3fe10fb54d6d4725c1e06cce5e24650da665581b4b2a34c19c55302c097f937d
Version 20000000
Previous Block 00000000000000000001bf0296a9d24640817181fe27acc0716facbe0a50c1cb
Merkle Root cb56da676a3a2241d344aa18adf337ef781ddc0fadf883e21686f0f1c482835a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,713
Size: 1.00 vMB
Total Fees: 0.02668240 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,391 (654,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
258,778 258,778 0000000000000014fc897e32951d643f21f037439f93b914df7c2bebe8b0d243 74 0.04 vMB 227
258,777 258,777 00000000000000195d93e6e3ea9fb319afc40185110af9d21cef850ef64d598c 222 0.11 vMB 108
258,776 258,776 0000000000000007bcc701f2893d9a554824eed9734140c314d0368bddde62a7 432 0.14 vMB 79
258,775 258,775 000000000000000d132b6b53c407d7567ad479c22a78c5a6f831f2bcc4603283 338 0.13 vMB 100
258,774 258,774 000000000000000f1aeac45c679687679547260c075c380d5426eefe61bd5c77 1 0.00 vMB 0
258,773 258,773 000000000000001b77380eae451fb1bb7a7ba82eb16882a5a8381e77ce4e00b3 48 0.02 vMB 111
258,772 258,772 000000000000001669a36ba780302a78977890bdf8694ce2439e5d737ddf7bc0 379 0.22 vMB 310
258,771 258,771 0000000000000017dabef2297d25bf7309dd2eba1d440a917719a71daf78fbd5 101 0.04 vMB 1,196
258,770 258,770 000000000000000f536a576e6986b2e088b06802529eb780996cc9c1962d3142 508 0.20 vMB 393
258,769 258,769 00000000000000066cb36660a7cf8cedccafa5f211ad2d5ff2371729d138461d 578 0.23 vMB 99
258,768 258,768 000000000000001593aa695fae74528903355e19930ab93e92a3d9c4bd354975 93 0.04 vMB 73
258,767 258,767 00000000000000029c4f8f4c3bc50e1007237485ba6752891492387fe42b49af 72 0.03 vMB 71
258,766 258,766 0000000000000007184b3f3c22407b209a0489f002f28e910addba63e193403f 255 0.11 vMB 543
258,765 258,765 0000000000000002253d40e9e061b21dd5ed5f03d7a81129e16f2583e3112cad 276 0.11 vMB 86
258,764 258,764 00000000000000031c4ac77c6554ddef0ff5b3bbbaf748c9b886fbea70719465 449 0.20 vMB 93
258,763 258,763 000000000000000ffb00654e32c51f1ce015f5ea9590b1f495339c065a00a5a7 65 0.02 vMB 2,328
258,762 258,762 000000000000001475c3af7064c69380e57d81a56e31bcab2ccdd6ad228d3f5b 11 0.00 vMB 70
258,761 258,761 00000000000000007aa31475f8596cf3f4e7550bcff3f25fec3f7b323f075ea9 200 0.08 vMB 716
258,760 258,760 0000000000000013ad940a3f4928840404409cd970af6bb9a3ccb36902d6476e 104 0.04 vMB 85
258,759 258,759 000000000000000d2cd5b298269901f7d37b76a0353a51d5316c7379d51957f8 430 0.17 vMB 386
258,758 258,758 000000000000001ba118acd45bc82040b872018bb6bd5a360f37badda0030309 93 0.04 vMB 2,835
Previous 10 blocks ↓
Total Size: 779.54 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: 249.23 GB
    • Received: 0.94 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.