Loading Tool

Explorer IconExplorer

Memory Pool

41,664 transactions
26.81 vMB
0.06105368 BTC
Random Selection Loading Transactions
Max Size: 140.41/200 MB

Candidate Block

Mining Attempt 852c3535877f0c45c1c9dcfaa46153ca8066161beda54fff7aa4ca96580145ab
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root d013622a8af7859570c4765bb2d2453024dfeb1cab2156c1e254b8293310c366
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,196
Size: 1.00 vMB
Total Fees: 0.01140883 BTC
Feerates: 60.14 > 1.14 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (191,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
723,039 723,039 000000000000000000082740ea58a5fc6420adb38908123daf256411adf25037 2,393 1.00/1.00 vMB 12
723,038 723,038 000000000000000000073633e50e9db501d86533733bb28e4d4568449f91e3cc 1,266 0.57/1.00 vMB 10
723,037 723,037 0000000000000000000492a59b6ecd60dc6377f02de88e27c520bf369bc8819c 409 0.14/1.00 vMB 11
723,036 723,036 000000000000000000087eb204f9ab8b015ab46e3a77655ea23d696f13d6e0cc 76 0.03/1.00 vMB 8
723,035 723,035 000000000000000000002dfc011c7bd1699046745648687cc727371917e6e1ae 161 0.06/1.00 vMB 10
723,034 723,034 0000000000000000000539e3664846bc45296ba12c462829825b9d8a7909bf47 240 0.09/1.00 vMB 8
723,033 723,033 00000000000000000007f1407b9be9b82fe6ea5bc649a3eac781abf4c9bc2038 517 0.25/1.00 vMB 7
723,032 723,032 0000000000000000000a1507cc992a3072be08fa11b3ed893c72f0b4255db930 286 0.74/1.00 vMB 2
723,031 723,031 00000000000000000001f5d21b01f77fc6f335adf1d55474060c84bf99121f2d 2,649 1.00/1.00 vMB 10
723,030 723,030 000000000000000000097819374bcf340624798d2ebb77f8fa5108790a5bc0d0 1,709 0.99/1.00 vMB 7
723,029 723,029 00000000000000000007fcd2180a2322e4af69cfb6cb5577fd3ab87dff809ee3 445 0.99/1.00 vMB 2
723,028 723,028 00000000000000000006a0ee7d9d598224c0c80834da6ceacfc55c849a67ac16 1,476 0.99/1.00 vMB 2
723,027 723,027 000000000000000000009d4909326e0ce190e31c6f5764317258d8ed583925f3 2,654 1.00/1.00 vMB 17
723,026 723,026 00000000000000000009bfa2e7c11877ab5716be427319078294ade046cc8fd4 300 0.09/1.00 vMB 11
723,025 723,025 0000000000000000000075c1791368f253b649a5b99804fc15ceea53362e4ae8 492 0.22/1.00 vMB 9
723,024 723,024 000000000000000000086b488507660e195d40e4e2abf09f4b4a34d385673db3 38 0.39/1.00 vMB 1
723,023 723,023 000000000000000000078a33a8193c122dde35c382277a3e4cd8a694b52cae66 1,398 0.96/1.00 vMB 7
723,022 723,022 000000000000000000057430adb7dbab5dfe87a3f1d079daf7fbebe5503c1576 293 0.12/1.00 vMB 5
723,021 723,021 00000000000000000002cb86f449c055f284169e78fa1f6e673216309b0ea690 2,881 1.00/1.00 vMB 10
723,020 723,020 000000000000000000061b5d6b895e953de6364fd4d0a09c9114445b78cc86cf 1,088 0.36/1.00 vMB 9
723,019 723,019 00000000000000000000008ff10f4ef190438ddcd6fa62a24108ce762f19b3b5 108 0.03/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.23 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: 655.02 GB
    • Received: 14.23 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.