Loading Tool

Explorer IconExplorer

Memory Pool

13,555 transactions
8.36 vMB
0.02699451 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 44.39/200 MB

Candidate Block

Mining Attempt afbaafb07208547482d460ddc5ba095922156ca77d41644bd4b26649456ceed8
Version 20000000
Previous Block 00000000000000000000ea7b3c200deeaec83f2905c92dba9e1fdfd8176f698d
Merkle Root 65b47d55dc574a70273a1100a52673d64cab0ca43bc8b5206da393a5723ed691
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,634
Size: 1.00 vMB
Total Fees: 0.00928902 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,372 (654,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
258,788 258,788 000000000000002392f298aaaa51f92956b26acdaaa4b99d0f56faa3cb996c68 39 0.02 vMB 46
258,787 258,787 00000000000000168512186b060e4b5a06f3ee625839e27a1aea271ed820ad47 269 0.10 vMB 1,140
258,786 258,786 000000000000002194ad6cada6c9151f7580ed4643ff2c54ff0bde35177c251c 127 0.04 vMB 67
258,785 258,785 000000000000001cf96f45f257150254f3c0b801ab855990fcd5497979eecb33 376 0.15 vMB 105
258,784 258,784 0000000000000006d11b599f6516d73d8aa48c4808468458eee16f2239b1ba57 69 0.03 vMB 1,997
258,783 258,783 000000000000000494df7a873ab744d1560de6e52cfc63bdb55f202cb5f9f8b1 21 0.01 vMB 101
258,782 258,782 00000000000000096aea3320e6b1f4223042480337083936f4c9ba09fc9a9638 86 0.04 vMB 81
258,781 258,781 000000000000001fab822203e00dc391e5a1641df764953250b3538d2ae7641e 291 0.11 vMB 1,030
258,780 258,780 000000000000000eb0ebbc58111af7e1dc38c54296c4c93e99901b8442f1d8b2 372 0.13 vMB 857
258,779 258,779 000000000000001d52aabd4db3c58887af166c04a8e283f897ddf13e0df7812f 96 0.04 vMB 124
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
Previous 10 blocks ↓
Total Size: 779.51 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 105
    • Outgoing: 10
  • Data Transfer:
    • Sent: 194.68 GB
    • Received: 0.77 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.