Loading Tool

Explorer IconExplorer

Memory Pool

50,760 transactions
30.35 vMB
0.09331278 BTC
Random Selection Loading Transactions
Max Size: 162.73/200 MB

Candidate Block

Mining Attempt 4758132425065ac52cb9798632d44f4dfc161cb33eb9e62237e4653b5631badb
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root f183fe2e4a89558bd162d0abb02ddfe44d257b5ebb42513d4cca699daafa08f1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,671
Size: 1.00 vMB
Total Fees: 0.02281977 BTC
Feerates: 202.16 > 2.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (422,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,619 492,619 000000000000000000941416ecb168fe6c37bf1c5b07bb0358fd02a64b93e77e 2,554 1.00/1.00 vMB 250
492,618 492,618 0000000000000000005d24217d0678c95382a0110b91c69dab68b1f9d9d10209 2,284 1.00/1.00 vMB 234
492,617 492,617 0000000000000000003c862751e8e906022dca9f6029f679dd5f276fded06355 2,360 1.00/1.00 vMB 175
492,616 492,616 000000000000000000b4ddf6601bd5324ad269bc3d4bbe05e36f5f0f3d7e49b5 1,644 1.00/1.00 vMB 150
492,615 492,615 0000000000000000006b900de9fda0f134981a6e94f2d9a4f23e6523e8e1f456 2,254 1.00/1.00 vMB 203
492,614 492,614 0000000000000000009d47e3816886bbd99837b7ed6d286dfa2cbcf697f7b4e8 2,359 1.00/1.00 vMB 236
492,613 492,613 000000000000000000bb755b9010e12b50d9664b855ddf8ee46d2ba77c9555e1 1,840 0.96/1.00 vMB 244
492,612 492,612 000000000000000000637b894d612299c55954d562afd1973e2cb2857408ecf9 2,671 1.00/1.00 vMB 174
492,611 492,611 0000000000000000008cd15bea09806cfdf0e3dd88fc1e6783a949a08fdb9649 2,322 1.00/1.00 vMB 208
492,610 492,610 000000000000000000bd33f70fe7ea594852dfce856b27f39743ec02259bbcd2 2,458 1.00/1.00 vMB 269
492,609 492,609 000000000000000000aa4b8afdc247bab1d6f75fe3b1c2e7214c1d6c2bb66cf7 2,618 1.00/1.00 vMB 145
492,608 492,608 0000000000000000007eb599241d5074f9d5620a3e036b1de1405815caaf71a7 1,917 1.00/1.00 vMB 215
492,607 492,607 000000000000000000ac46b867dcc90b807d1f4107741907c7538da9e1fa2175 2,247 1.00/1.00 vMB 193
492,606 492,606 000000000000000000627276ffb3e2303c79822fe4bfb35d3c813c9a7e38fd87 2,229 1.00/1.00 vMB 226
492,605 492,605 000000000000000000348c4706b730d3745134452168ce3c9f147b8e3c3758ec 2,564 1.00/1.00 vMB 151
492,604 492,604 000000000000000000c167c8967cb7ed9d623343efe67970ca3540d994a0bbf2 1,644 1.00/1.00 vMB 105
492,603 492,603 0000000000000000000446e15f8d8c68a45f902b3393b82ee44c206ffa207824 1,533 1.00/1.00 vMB 175
492,602 492,602 000000000000000000000c76c71849d230af98fc9c88a7abcf92f4324e3d5fd1 1,774 1.00/1.00 vMB 157
492,601 492,601 00000000000000000017e52171a2d47098546ed857121b9ef3b36446897831df 2,039 1.00/1.00 vMB 131
492,600 492,600 0000000000000000004e293dab22e592ebfb413cde594855e5dad6646edf3199 2,156 1.00/1.00 vMB 167
492,599 492,599 0000000000000000005790f710caa7bc5335713f4e41c9d0da44d338cd0e5e1d 2,094 1.00/1.00 vMB 144
Previous 10 blocks ↓
Total Size: 782.06 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: 651.16 GB
    • Received: 13.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.