Loading Tool

Explorer IconExplorer

Memory Pool

83,271 transactions
32.66 vMB
0.10151933 BTC
Random Selection Loading Transactions
Max Size: 195.82/200 MB

Candidate Block

Mining Attempt 5b43eec4c9dbe97de6e7150b5a7cbf33703c4123dbbc7e53f5033d15a1616d9b
Version 20000000
Previous Block 00000000000000000000eaf9c170601a8e1fa1829aa8e6facbf5081621bef8a4
Merkle Root 739d8349e1fe2250c2e7f694702c4254ab438569b8b2870075c6fd7800a92759
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,187
Size: 1.00 vMB
Total Fees: 0.02527231 BTC
Feerates: 265.25 > 2.53 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,173 (517,234 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
397,939 397,939 0000000000000000047a7ff7861aa37b203272338ecdd1e2d4a309b688f463b6 488 0.46/1.00 vMB 30
397,938 397,938 00000000000000000727c9025ee8161abeb54f8ba8e7c907bf5656cc1134bea9 1,504 0.93/1.00 vMB 37
397,937 397,937 00000000000000000064820e84692a558d68d9f5a8bfe36d6660675bd86ddc0e 508 0.39/1.00 vMB 31
397,936 397,936 000000000000000003e7dc659cf38ab4a1cb91cec441152edee96cb1e4f9345d 828 0.51/1.00 vMB 39
397,935 397,935 000000000000000006770bb095fa3cd2dc1d12881669d79d6ca53dd482d405b3 874 0.62/1.00 vMB 35
397,934 397,934 000000000000000001c24bbe9313b87fe83c76c970ddcf011b6a1b2ecc5c1298 1,600 0.74/1.00 vMB 37
397,933 397,933 0000000000000000040bdb0b2e5632c1367c88ef09a39fdc0d3c57457511f93e 393 0.19/1.00 vMB 36
397,932 397,932 0000000000000000038f1e0f9153c5acc15e54e56d8c4bb1ffb5c2e59b844d18 1,222 0.85/1.00 vMB 25
397,931 397,931 00000000000000000601248e6cd561fd3449527a5a1c137a79835079da40c7ef 817 1.00/1.00 vMB 22
397,930 397,930 0000000000000000032bccb6bd1d5f2b87f57fc64fca14317141d0303801bb66 735 0.93/1.00 vMB 18
397,929 397,929 0000000000000000076adc62a4435f345b11382f8b2a224fefdaa94b9c525ac6 2,613 0.95/1.00 vMB 51
397,928 397,928 000000000000000005a8eb7a06f1b0cda5a0075aa85c4dd45154aa1f109f99db 1,083 0.75/1.00 vMB 30
397,927 397,927 00000000000000000789e8fa2589b917527520406850af056f56a6f808c2b6b7 906 1.00/1.00 vMB 21
397,926 397,926 000000000000000005615ede57a00219ec98b5d15427cdd3de4a3dbae42bd522 2,239 0.95/1.00 vMB 37
397,925 397,925 000000000000000005a3df1c02e3cb17b584fa23dbd394299dc3c9a1cd1b532b 2,551 0.95/1.00 vMB 56
397,924 397,924 00000000000000000284ab0ff086fd43c7c618ce2ed1f7833daa7913da7f4ca2 1,161 0.75/1.00 vMB 34
397,923 397,923 000000000000000000d41537d1f2ca645bbe9f126790ae32ac5eaa6ed2403c1d 880 0.99/1.00 vMB 19
397,922 397,922 0000000000000000050a3f0296f02def44b1480f10bc0ef5a80db2ddba0cf10f 680 0.99/1.00 vMB 14
397,921 397,921 0000000000000000032e1f6ac3ffecb7ccc392bcd31af5f3d86b2741759a0d1a 2,423 0.95/1.00 vMB 45
397,920 397,920 0000000000000000014f7982133809a90331a21381df4c966f3676158e619f25 1,419 1.00/1.00 vMB 24
397,919 397,919 000000000000000002df2a0b3b8959f123db733e3e08594b0305f194036a081f 1,626 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.70 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: 697.32 GB
    • Received: 16.56 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.