Loading Tool

Explorer IconExplorer

Memory Pool

74,006 transactions
27.38 vMB
0.06960503 BTC
Random Selection Loading Transactions
Max Size: 166.91/200 MB

Candidate Block

Mining Attempt 1e4a5bbfe4b1fe4ca75bbcbcbd64211d82dcd75db414e1a69d58a8b478206cbe
Version 20000000
Previous Block 0000000000000000000100e14253151db2f2c8ca0f4ac25ece9c93f74ee122ca
Merkle Root 7f09328a8b54ae3e35362f4aeac64fc92442cbb38c862460ac6cb97d7a75916b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,149
Size: 1.00 vMB
Total Fees: 0.01136924 BTC
Feerates: 337.46 > 1.14 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,318 (629,270 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
286,048 286,048 000000000000000115e45f1dad677b2ebcd56b6cff46da586ae29c7b7e7eb7f4 605 0.34/1.00 vMB 33
286,047 286,047 0000000000000000b31f687f4a850265e9660b5bd0ed424412b7c131afc60054 43 0.02/1.00 vMB 15
286,046 286,046 0000000000000000ca7b1c99ceb3d6ff0df4dda4d26af15b7e3bb0b244d46025 339 0.14/1.00 vMB 46
286,045 286,045 000000000000000168086b439eea30f2f53fc7e7d43e5764a05f32f4afcb3728 1,149 0.64/1.00 vMB 30
286,044 286,044 000000000000000183b71a8a9064dc9f8e1376472512f4998f875d9ba017284a 64 0.03/1.00 vMB 40
286,043 286,043 0000000000000000fa73772b54e6fe7c3d55c08488295f021179ef9a0b996566 128 0.05/1.00 vMB 81
286,042 286,042 0000000000000000e2fc86a5fec755e082b1e552bf91a053f1470bf1465f44d1 833 0.43/1.00 vMB 32
286,041 286,041 0000000000000000bfd16c956a64c60bf3c4933697f66abd17123d7b64da5a65 15 0.03/1.00 vMB 28
286,040 286,040 000000000000000091f971efcfb51d322a1f290aa91aee774851d4ca5eb19fcb 204 0.08/1.00 vMB 60
286,039 286,039 000000000000000022e11e59d32907fab4d2a26acefc83c73d5a3626261eefa6 806 0.36/1.00 vMB 41
286,038 286,038 0000000000000000c89a134db8053018953e53e5328d448a9f49f598f9f36fc6 383 0.21/1.00 vMB 33
286,037 286,037 000000000000000000b51ba820eb0cfff4d97d2b91b7c7f6320cc7f922d2320d 646 0.35/1.00 vMB 39
286,036 286,036 0000000000000000d1004807bece30a303f7bc40de8096d0d9b5d152f634ea17 342 0.13/1.00 vMB 31
286,035 286,035 0000000000000000e4468bd9ec3f9fbb14fdfdd487403b881dfee62f7f7792f3 235 0.10/1.00 vMB 34
286,034 286,034 00000000000000001f3b5d85ddb2e7166ddc99af25cd41846c2279622353b3df 693 0.48/1.00 vMB 28
286,033 286,033 00000000000000006f21b32b3d12cca9e4c1dfb3e8403f71d4d85347b1faf7ad 641 0.35/1.00 vMB 34
286,032 286,032 000000000000000062d7b26d0314fdcb6d96c13d68c58b34f0ec3e59575f6b9c 555 0.35/1.00 vMB 33
286,031 286,031 00000000000000007fc02ce30c78d95ec2b746a348c891822e2801a4eef295f3 338 0.14/1.00 vMB 45
286,030 286,030 000000000000000007397ae8fd91d7fdaa02b491ebb84850aae430d26d0f5a62 625 0.31/1.00 vMB 35
286,029 286,029 000000000000000020fb9bf41cb28c8164c76c58cc5794b579fc10f6b1a66928 9 0.01/1.00 vMB 16
286,028 286,028 0000000000000000868d16297608e1d09ff86f72fb16d75787bc7ca897296ac6 119 0.07/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.94 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: 714.92 GB
    • Received: 17.62 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.