Loading Tool

Explorer IconExplorer

Memory Pool

44,961 transactions
28.67 vMB
0.06548374 BTC
Random Selection Loading Transactions
Max Size: 152.58/200 MB

Candidate Block

Mining Attempt 1a72c0de55af4cc63f5d1aee04f6145c8e5b8e509ba99abe103946febd0679b4
Version 20000000
Previous Block 00000000000000000001715c951c8d4dbbe4a6e37b8651db580e2cce2f31d5f6
Merkle Root 40fd27dd1a2094b61c44f672440c2adf953a5d5552ac37860f59eeb960c5ebf0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,626
Size: 1.00 vMB
Total Fees: 0.01108106 BTC
Feerates: 301.60 > 1.11 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,857 (89,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
825,068 825,068 000000000000000000020c98411bb7c3b2d0aa7f635fda12536e97e2b5a383c8 1,090 1.00/1.00 vMB 32
825,067 825,067 00000000000000000001965bdf3f2efbd463320542dcbeb2a3e46b03879d98c7 2,605 1.00/1.00 vMB 34
825,066 825,066 000000000000000000022bffa1d2e38d0dbb693faf63dcbb4039c1c8ee981a75 1,802 1.00/1.00 vMB 41
825,065 825,065 000000000000000000019f19356daa660e1f29a304ac08608d7df530ad52f79f 3,431 1.00/1.00 vMB 63
825,064 825,064 00000000000000000001052effacb8a9f2dfef56e9c83545e8f9a7d64f713b91 3,302 1.00/1.00 vMB 75
825,063 825,063 000000000000000000019475d7697aa72a86899146cbe20a1b0d7a7d9f51f7d2 2,960 1.00/1.00 vMB 81
825,062 825,062 0000000000000000000316afe6fb3d2b6f6ef40119fe129f52ba5476411bf7b9 2,286 1.00/1.00 vMB 56
825,061 825,061 00000000000000000000bded72d2e7bc334396715aad7c8645c6be83201c4f2a 3,132 1.00/1.00 vMB 94
825,060 825,060 000000000000000000012210612bb2aee24814478765d2f334fa152ad96f1780 3,171 1.00/1.00 vMB 84
825,059 825,059 000000000000000000006c9bc84e98dd9db96e7002a719a4800d7bfad16d5b16 2,980 1.00/1.00 vMB 41
825,058 825,058 000000000000000000033acd4a29125e3eb966e4df85e1afbbd934b4aa58da84 3,435 1.00/1.00 vMB 87
825,057 825,057 000000000000000000036ae37a1456f6c50808da6fd3d15df178e9f77cdae366 3,047 1.00/1.00 vMB 60
825,056 825,056 00000000000000000002e9c02933b112c4ffa1162bf7608f47408532287845cb 2,871 1.00/1.00 vMB 86
825,055 825,055 00000000000000000002e0780dc578b85b9d8aa76db00ccdfca8629b353dfb43 807 1.00/1.00 vMB 36
825,054 825,054 000000000000000000038b9b3c40de4eba62298cfdb4f679774f7fff788757cf 478 1.00/1.00 vMB 31
825,053 825,053 00000000000000000000c1af297953cb748e5eeeec4b618c5b8773a988021672 2,475 1.00/1.00 vMB 42
825,052 825,052 00000000000000000000d4bb3558f99b3d5533f5e2967a891f5deffa55f28785 2,430 1.00/1.00 vMB 44
825,051 825,051 000000000000000000037f5bd42da698cf0bad3625cef5771db2790e13a943b9 2,413 1.00/1.00 vMB 57
825,050 825,050 000000000000000000032646515594b52ad34f2c91091db2d6210cfe822cc623 2,162 1.00/1.00 vMB 48
825,049 825,049 00000000000000000003630bd263fc31c16cc1f72eb40e7a9a906d803123f43e 2,839 1.00/1.00 vMB 68
825,048 825,048 000000000000000000022dedb5a6b8f88e9c9d20800f44f62aa8082048c75d33 3,505 1.00/1.00 vMB 131
Previous 10 blocks ↓
Total Size: 782.14 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: 652.62 GB
    • Received: 13.79 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.