Loading Tool

Explorer IconExplorer

Memory Pool

76,476 transactions
28.60 vMB
0.11098183 BTC
Random Selection Loading Transactions
Max Size: 173.08/200 MB

Candidate Block

Mining Attempt 9a9db7f2a41fc9762830eefcbc34873822dca791046848607d3fbd614f33672d
Version 20000000
Previous Block 000000000000000000009f1c3d628decaf53046a7e17575a65fbaae2fc1ca795
Merkle Root 810bee6e69d8a5983aa7b6924a787484ca7506a16a9c13d79651d2d31eacdfad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,228
Size: 1.00 vMB
Total Fees: 0.05161601 BTC
Feerates: 101.65 > 5.17 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,116 (182 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,934 914,934 00000000000000000001014afafc935d66ed4b4169efd3c80e75838f1becba03 4,150 1.00/1.00 vMB 2
914,933 914,933 00000000000000000001827e1f65c9b8b332295eae82c9b3b729a3d5853fffe5 4,727 1.00/1.00 vMB 1
914,932 914,932 00000000000000000001c29ba26020ab8fee0b13c11f761cf92eaeb9c92dd03d 72 0.02/1.00 vMB 2
914,931 914,931 0000000000000000000186b4b9d9ce4022d475bf2074cb766ec24185854639a8 3,443 1.00/1.00 vMB 4
914,930 914,930 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87 5,000 1.00/1.00 vMB 0
914,929 914,929 000000000000000000005c42a07f6b7420af3a173f2400d55a910f1c3b0152be 5,497 1.00/1.00 vMB 0
914,928 914,928 0000000000000000000015007aa3e8cfde8b7b1ceeeed1a98eb8769d19f21a8e 5,721 1.00/1.00 vMB 0
914,927 914,927 000000000000000000020c84a099972556271d07a3682586c2fd5060fcce5e22 4,523 1.00/1.00 vMB 1
914,926 914,926 0000000000000000000092043cf5b8a15d441bfd9e63e061a7f0760325792149 4,028 1.00/1.00 vMB 1
914,925 914,925 000000000000000000008b3b3a15207ddb4b53969984fa4d3acfac40fce3eb15 3,320 1.00/1.00 vMB 3
914,924 914,924 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b 4,078 1.00/1.00 vMB 4
914,923 914,923 0000000000000000000135466ad97f1a89f34aff359bd8702ee7212bef1c8518 2,616 0.74/1.00 vMB 3
914,922 914,922 00000000000000000000cb7f19ead4a2971e1e5cb5a2c3b233eaf5b231d7f805 1,360 1.00/1.00 vMB 1
914,921 914,921 0000000000000000000080d0b2bbb4a43c8e785de05b97a1db96a63b5e59fc57 3,061 1.00/1.00 vMB 4
914,920 914,920 0000000000000000000016a2e4f654442fd3c68b01796737d538082af92a4f49 5,027 1.00/1.00 vMB 4
914,919 914,919 000000000000000000010403244fbca82ca36ab106bf72d752ba7a12fe1ad3cb 3,617 1.00/1.00 vMB 2
914,918 914,918 000000000000000000012c4ce3dcc7b1929ce0c77b22cec549656a43e46e892c 3,761 1.00/1.00 vMB 4
914,917 914,917 0000000000000000000182fc7e3276e0ca1f0b423f92087ce28c2892578cee65 1,325 1.00/1.00 vMB 2
914,916 914,916 00000000000000000001e6d808f1df5868288ff1a6cf1119f57aecd8b6a1c77a 3,662 1.00/1.00 vMB 2
914,915 914,915 00000000000000000001994882487e351febb51281fc30d3f9402f5efdddf083 568 0.13/1.00 vMB 2
914,914 914,914 000000000000000000001260ba24b1c90e21ac7ae42fa5287b1c1450592fa5bb 3,015 0.96/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 782.59 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: 671.52 GB
    • Received: 15.94 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.