Loading Tool

Explorer IconExplorer

Memory Pool

34,977 transactions
14.85 vMB
0.07034813 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 6 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 84.06/200 MB

Candidate Block

Mining Attempt 56029ac794da845a2e6d09777e298b6d5aedbc054d2cd00645a1980eab71e03d
Version 20000000
Previous Block 000000000000000000007c96c62c97f21f35e15ac289c26611deb2cb89f05dcf
Merkle Root 34dc9da08b8c286a15e8890258337b3a8ae45195c6bd6968f1127260c4ecdb3f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,615
Size: 1.00 vMB
Total Fees: 0.02301191 BTC
Median Feerate: 2.51 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,343 (705,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
208,015 208,015 00000000000003ac297822c7beaf6072f2a085b1e00a43fb8ff5e7682a906ac2 608 0.25 vMB 199
208,014 208,014 00000000000000a201b1e1dbfcda7b074d8328f3777fb3d5d1330f3610ed9ada 79 0.03 vMB 226
208,013 208,013 000000000000025dd835ac018c3c39aa9e3f55ed70e7c00986d07da90ec7bda5 30 0.02 vMB 164
208,012 208,012 000000000000040d709dfc2e8c7c7d2b7211466954e5577a57884aaf4ca70d13 714 0.35 vMB 162
208,011 208,011 0000000000000032222636726461bd4cccd2b75adbfbe7e481b3497873da4986 117 0.06 vMB 89
208,010 208,010 00000000000000a67e56943388d996da1c764ef34c44c1f26bf5ae21c6cab582 82 0.03 vMB 23
208,009 208,009 000000000000013ec81b382a0002ce04e768161f9aa7659ca0c33c62d5182e28 123 0.06 vMB 87
208,008 208,008 000000000000000e21dbb0836866cf6583e926fac183b1b0d76bb701e7c3b413 137 0.06 vMB 92
208,007 208,007 000000000000034f4c6a35b35692a2336bcc07e4588fb6f619dcb351e288fd6b 498 0.24 vMB 154
208,006 208,006 000000000000049ad5e928b3236d2365b0824e6cf9b41cf227a1994f5f12b215 262 0.16 vMB 142
208,005 208,005 0000000000000229f7dc187835dad6112f8bb08137e4b2e913757870ef93797d 798 0.25 vMB 260
208,004 208,004 00000000000001fd90fcddfddb8ca79038f5ca75d901604665499a69b18a4804 96 0.04 vMB 153
208,003 208,003 000000000000045276ea41993e0761bbd80b460f8fafb7c7ac83899b77aaad67 929 0.44 vMB 121
208,002 208,002 000000000000042c1149c43fa91c805731e45ed770d48c069283937081d4a5e3 96 0.05 vMB 119
208,001 208,001 00000000000000b689b3f2bf7d6da132855d5eb8859c440cb09ef591b2c835ff 339 0.14 vMB 195
208,000 208,000 000000000000001db5a1515a5f8534c941b1628f60466e6b709b3b320254afff 1 0.00 vMB 0
207,999 207,999 0000000000000458247926715f02df8d972656ac93593b379814c0c282c9a047 407 0.16 vMB 179
207,998 207,998 000000000000020b033f344de771cd8fa15042063b4b8a3e56c88080a35cf20e 142 0.06 vMB 155
207,997 207,997 00000000000003a2c239ecd6ace009bfaa3499b5aa8156aa17cf8278fbb64aa8 60 0.03 vMB 155
207,996 207,996 00000000000003643b7072275f1d2ee01e5ef150025cbc7c752a06835c2c9fb6 74 0.03 vMB 198
207,995 207,995 000000000000046f74cfda627f282964ec73e18693ca1711b3ae09ee4a481e12 48 0.02 vMB 291
Previous 10 blocks ↓
Total Size: 779.46 GB

Node Details:

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