Loading Tool

Explorer IconExplorer

Memory Pool

80,631 transactions
29.97 vMB
0.12686963 BTC
Random Selection Loading Transactions
Max Size: 181.24/200 MB

Candidate Block

Mining Attempt 4e4f3b24f400b3587a828561e60b0cdae842bbb155f55adaab02cdd4c0f5141b
Version 20000000
Previous Block 00000000000000000002064931ca32749e9a68a433f5974b1ade127285f85a4a
Merkle Root d6fc0f2a7eb497327b3abe28f76508d17cb4ef09314558088d15345cdb2ffb38
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,987
Size: 1.00 vMB
Total Fees: 0.06024534 BTC
Feerates: 502.65 > 6.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,096 (468,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,147 446,147 000000000000000002c7cff58a1f1d3cd44d79133a593a658a9de1fe1af50187 850 0.52/1.00 vMB 42
446,146 446,146 0000000000000000018e9efb2bf9fb1ccfb0b12c73747447aea7b9bfc338c7dc 1 0.00/1.00 vMB 0
446,145 446,145 000000000000000000b23dd32a8b8d9de51d487c102f789b4bed8b14c219a6bb 2,530 1.00/1.00 vMB 79
446,144 446,144 000000000000000003181d5d3ef25e05ac83dd293316fbe10a4059ef058a6029 2,283 1.00/1.00 vMB 84
446,143 446,143 000000000000000001e2285486fba2598a3cfb9309cda535414b8297bf1504c8 436 1.00/1.00 vMB 11
446,142 446,142 000000000000000002676f9dc4626118e36e11e5b0be792406a20e8ac894080c 2,168 1.00/1.00 vMB 66
446,141 446,141 000000000000000001bb53f92c96100ad29f4ff90fbe7de58d02323be0480507 712 0.36/1.00 vMB 70
446,140 446,140 0000000000000000002acd4c14d5cb795a9dc9927073abf931d0d80e8330bd87 344 0.13/1.00 vMB 72
446,139 446,139 000000000000000000f4e94994f577ab92f183201183d0704a962265794642ab 1,678 1.00/1.00 vMB 56
446,138 446,138 00000000000000000204b215e660a3e712effe13d5f0d812748b32d9d9583465 172 1.00/1.00 vMB 3
446,137 446,137 00000000000000000359e7d6dfa973c6b0350e5722a36ece61a1ba987f81a866 665 1.00/1.00 vMB 18
446,136 446,136 000000000000000002af9eeef4f7c1f3cd6513a5d453f9073076214a7487d9b6 2,409 1.00/1.00 vMB 80
446,135 446,135 0000000000000000031113d246dd95eb87fb686798dbc448e7f61f1a96d4da4f 1,147 0.81/1.00 vMB 43
446,134 446,134 0000000000000000004e9a5ed09a33efe1bb28593db7b3ff8f6e19b480b2c60d 2,408 1.00/1.00 vMB 68
446,133 446,133 0000000000000000013f34b1efe94dce2dbe1bf0d5ca56a1cfd11f7a018b9e51 2,319 1.00/1.00 vMB 79
446,132 446,132 000000000000000000d925005a17156b2dad28a4cb58270cc1bdc6dd37a3df6a 2,121 1.00/1.00 vMB 97
446,131 446,131 0000000000000000029eab96e9a254274166eba4a195f1b01ad2f6000ce35429 1,287 1.00/1.00 vMB 46
446,130 446,130 0000000000000000022dc508f7a050582100bf53037f7ec6011901cee8c1237e 234 0.10/1.00 vMB 86
446,129 446,129 0000000000000000008361775953ab9b5d9baec562e62c83b279d465380ac07c 1,427 1.00/1.00 vMB 44
446,128 446,128 00000000000000000050c9e18dff918d92827270fdf4d77e07055af1352d04e9 1,760 1.00/1.00 vMB 53
446,127 446,127 000000000000000002f36fccf7f5d4db1eacfc6c85af3d48648698cdd5902f6d 2,126 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.56 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: 670.12 GB
    • Received: 15.82 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.