Loading Tool

Explorer IconExplorer

Memory Pool

79,730 transactions
29.84 vMB
0.09011531 BTC
Random Selection Loading Transactions
Max Size: 180.36/200 MB

Candidate Block

Mining Attempt c3bc734a3b8fd05a6b38a4aa920fd7f904bafffc7c9ceec86a1856c39280d6ff
Version 20000000
Previous Block 00000000000000000000997246e0ea341cc7494c99602e9246f1c08e494865a8
Merkle Root 736fb741c1b11a2406b49b44f1bc239f6c448484c4b505301a9932e3c71f1b88
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,086
Size: 1.00 vMB
Total Fees: 0.02229967 BTC
Feerates: 40.21 > 2.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,140 (269,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,062 646,062 000000000000000000006a287498186317443280f284a17c15fcb772f1127d7b 2,337 1.00/1.00 vMB 45
646,061 646,061 0000000000000000000171c6b012b5153f894011ddd6fd09fb2c97daa15d9b02 2,753 1.00/1.00 vMB 87
646,060 646,060 0000000000000000000163d7b7e8052688cf120dd46842b803231e5f6e110bdf 2,724 1.00/1.00 vMB 97
646,059 646,059 00000000000000000003fe6eda90bbd075611a680a9f8a99490f3506e1797983 2,334 1.00/1.00 vMB 46
646,058 646,058 00000000000000000002b7cac63a42250c12d4f1694750f7c55482583716752d 345 0.99/1.00 vMB 7
646,057 646,057 0000000000000000000d210fd3d6ca21fa1c60027e240f6090ea00129e804384 2,640 0.98/1.00 vMB 52
646,056 646,056 0000000000000000000e361c52a0eba95c2160b59fc77963373cf7182f397970 2,534 1.00/1.00 vMB 33
646,055 646,055 0000000000000000000bc10dae98982df944104b9ae3461a3bcc3d8f73b58065 2,476 1.00/1.00 vMB 65
646,054 646,054 0000000000000000000c81722804ed9874bafe8339fce96b0f457478ea2bc514 1,022 0.94/1.00 vMB 19
646,053 646,053 0000000000000000000c5f3e2f03c276138dbaf4cbac5f4b3fafd0a020ffdfc0 546 0.98/1.00 vMB 9
646,052 646,052 00000000000000000004bc3063c5640a92d6a1588243d74a3c11d4056d9e36e0 673 1.00/1.00 vMB 13
646,051 646,051 00000000000000000009fb15665db6b2afdc4f9b932d2fb5a6038e0b673ea6d7 1,456 1.00/1.00 vMB 38
646,050 646,050 00000000000000000003332ddd2e2203f2b04fadcab48f01124a2f131f6186f5 830 1.00/1.00 vMB 8
646,049 646,049 0000000000000000000b467cc022c28f79af8a50af54b4aa32dd458dff78361f 2,441 1.00/1.00 vMB 61
646,048 646,048 0000000000000000000d9d2de7e6ed35d55e6f15980b5620e13104c54adc0ee6 905 1.00/1.00 vMB 25
646,047 646,047 0000000000000000000d0588cf55df05941efdee0a22f8cb4cb97a0b0b357533 617 0.99/1.00 vMB 12
646,046 646,046 0000000000000000000419d1148e97d00db0a3f90dce61520ed08a5dcd9710c6 1,206 0.99/1.00 vMB 6
646,045 646,045 0000000000000000000ac33cc99401d5bb68709258a3c6dce59a8f39ca65c093 2,983 1.00/1.00 vMB 61
646,044 646,044 00000000000000000007c58eef0b4a162a4d451eaa31c7656eaf174d05893afe 2,135 1.00/1.00 vMB 29
646,043 646,043 0000000000000000000f9a56c012f937ea80beae410cc9a88d1e0be1054d3c87 2,476 1.00/1.00 vMB 45
646,042 646,042 0000000000000000000ebad823804109cb0836ad01e13b380ce5fb8d10178bc0 2,376 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.64 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: 672.37 GB
    • Received: 16.21 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.