Loading Tool

Explorer IconExplorer

Memory Pool

38,719 transactions
26.45 vMB
0.06589885 BTC
Random Selection Loading Transactions
Max Size: 136.32/200 MB

Candidate Block

Mining Attempt 8524b9aa9722e386d9ac7c56ff7d0e1bfe21311f16f6d108cb47f0cfdcd55334
Version 20000000
Previous Block 000000000000000000002d05d6b44ad40f04c8763a38c5afbba07e4fafa201d8
Merkle Root 499b75ac30087004d78bfe5db19823b5866d5dd45e7cbeb14bd5c3cb8a7bfef6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,730
Size: 1.00 vMB
Total Fees: 0.01646013 BTC
Feerates: 199.22 > 1.65 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,672 (847,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
66,960 66,960 0000000003c96cde21518a9cb402b774f0e0cf454d8acbecf69a4685cf554045 4 0.00/1.00 vMB 0
66,959 66,959 0000000001ea8d971f2797b971b3c22fb9097f636324f30a4765789530172c76 2 0.00/1.00 vMB 0
66,958 66,958 0000000001ffc6b77aa197cde8a8fa613d1bad0791b7f74a5425b7818feecbf4 1 0.00/1.00 vMB 0
66,957 66,957 0000000002ffcd738f238a889652ce0aa37f0a2c775cafc49e466dbf32bcad21 4 0.00/1.00 vMB 0
66,956 66,956 0000000001cbb566eeff2da95f8988f7090a13553fcddd8b5e51ab43e2bed1f2 2 0.00/1.00 vMB 0
66,955 66,955 00000000016e90d1359699c0847ad85d8796e074e716d7714c44da203958e8e0 1 0.00/1.00 vMB 0
66,954 66,954 0000000004ddf5c340e2e5abf4d93ba249763d990dee842ab829f49b3547e521 1 0.00/1.00 vMB 0
66,953 66,953 000000000044477f258674208dee70f743edada42da265b2ef13e9dcc2a880d5 5 0.00/1.00 vMB 0
66,952 66,952 0000000004b620f1081c7e0060dc0753153eb5f9e04c7f31d27bd6a262b5c40c 5 0.00/1.00 vMB 0
66,951 66,951 0000000002877b41bd7618471384e1dadff43932be8da836ddb33d9a50015577 1 0.00/1.00 vMB 0
66,950 66,950 000000000437000853c43fbf1eaed9ca78f85a981da9bd1fec6e59a63c8d3b1d 2 0.00/1.00 vMB 0
66,949 66,949 000000000235f2810153fc76c20326c98e8510ea3130f1470a2ba040a5991347 2 0.00/1.00 vMB 0
66,948 66,948 0000000002443d0a9f9192b58c86df9610d1decfddbe607a3af3b92f7d4bd413 3 0.00/1.00 vMB 0
66,947 66,947 0000000005445ad5940fc547a934e611b20e0a3aa50afbcfbf5235f7d47285ed 2 0.00/1.00 vMB 0
66,946 66,946 0000000001308725df22ec92409eea42afab852761218d75e76b8d2465982678 7 0.00/1.00 vMB 0
66,945 66,945 00000000051440df094a8a839263500128dd7e7ba30c9f753d7892b43d39358f 3 0.00/1.00 vMB 0
66,944 66,944 00000000037a9b191ac65110e8bdd93344bfd03e4aa82df1f44ea08c58994bca 3 0.00/1.00 vMB 0
66,943 66,943 00000000032cbc6e8d54b32539e9b40260bf24a02f116f9a05dbaa0f2ac7835a 5 0.00/1.00 vMB 0
66,942 66,942 00000000056166be835c2a5c237204c10be96997ad995dc0aa4b681ff74ceb48 3 0.00/1.00 vMB 0
66,941 66,941 0000000002037122b941a1046f89be2b1663534d2bb7946553ff80eab30fe572 9 0.00/1.00 vMB 0
66,940 66,940 0000000002ddde04c82aafd8c5fb482e3e651954be7a7b051004d6d467eab0c1 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.81 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: 635.30 GB
    • Received: 12.30 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.