Loading Tool

Explorer IconExplorer

Memory Pool

85,270 transactions
31.93 vMB
0.19699131 BTC
Random Selection Loading Transactions
Max Size: 189.74/200 MB

Candidate Block

Mining Attempt 7643c356595671f050820e7af4504975bbde3f5df1d94311bf27864f40a84cf6
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root ce7eb747d6df42d98becfd84ac748d6bd1c3154ab6c835355b7dff24365e8b20
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,819
Size: 1.00 vMB
Total Fees: 0.07593665 BTC
Feerates: 301.64 > 7.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (269,088 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
646,041 646,041 0000000000000000000e0d111c3171d9a0994d4d56ade87e057d0a1934109879 2,706 1.00/1.00 vMB 39
646,040 646,040 00000000000000000009b167d9d38785a489e03cdac43de1bcf091c6e35b9656 3,070 1.00/1.00 vMB 54
646,039 646,039 00000000000000000003e0c0a16203c5af2cfffcb843be9e013411dbdab14b41 2,365 1.00/1.00 vMB 29
646,038 646,038 0000000000000000000009de4351e11e5634bffb68873f8de713798e3f2cf508 2,125 1.00/1.00 vMB 78
646,037 646,037 00000000000000000009d44e86b714c684af035dfb56223d8ee6a793605832fb 2,556 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.65 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.62 GB
    • Received: 16.28 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.