Loading Tool

Explorer IconExplorer

Memory Pool

84,504 transactions
35.24 vMB
0.17642235 BTC
Random Selection Loading Transactions
Max Size: 200.00/200 MB

Candidate Block

Mining Attempt cfe88805e5ec21904f5cb2d174077424478ac29965609c8a41a0684e678606fe
Version 20000000
Previous Block 00000000000000000000a60bb9585cbc73cfc26a5aa21cd61127adc30e701127
Merkle Root 8983cb635a98f6ab86538d1f8367c5d457cf44b000c1a03a7e45e6850a9c6577
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,366
Size: 1.00 vMB
Total Fees: 0.04279529 BTC
Feerates: 435.08 > 4.29 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,411 (450,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,946 464,946 0000000000000000005bacfb41149ea435264edd229ad14660223a1c495692e2 1,922 1.00/1.00 vMB 163
464,945 464,945 0000000000000000011943c0d05b354c04eb18e5e1041ec47e466e9084bf6e78 2,022 1.00/1.00 vMB 215
464,944 464,944 000000000000000000ee0b45324a1bbf3567338de0bc170714bc2ec319bc53a8 1,367 1.00/1.00 vMB 157
464,943 464,943 0000000000000000014f2ab7e4b480d861f4d53d7ea5c637aaeabeb683cdd3c4 2,291 1.00/1.00 vMB 222
464,942 464,942 000000000000000001af7a1241188a35918ad1109c1372ae6f715a0ef47413e1 1,807 1.00/1.00 vMB 317
464,941 464,941 000000000000000000eb81faeab102efeb88a47b52ff6f3ddd69d08280b26669 1 0.00/1.00 vMB 0
464,940 464,940 000000000000000000fbe3f10b9dd7cce08ea4e54f70d07fb5ce0d2802e62beb 2,211 1.00/1.00 vMB 201
464,939 464,939 000000000000000000132b7df40e814f66a0317df7fe6719b986b7eef5dd69c0 2,942 1.00/1.00 vMB 262
464,938 464,938 00000000000000000123c052db5f525fa95fbcdaf87687e97fbf3344dbc64407 1,935 1.00/1.00 vMB 260
464,937 464,937 000000000000000000cb2544685f93015e73b10b8e2ea283925eaab3033d270c 2,381 1.00/1.00 vMB 236
464,936 464,936 000000000000000001b3f7e76cb2b9f04b2f1d09ce14d4899426ef5c78806ae2 2,609 1.00/1.00 vMB 229
464,935 464,935 000000000000000000a34e49967882ff0d1c8f8eef0abbfd5f3f90ae63962a15 1,033 1.00/1.00 vMB 156
464,934 464,934 0000000000000000011e831a7642c19fefbaf83b35f839423f62c596b986a31d 3,086 1.00/1.00 vMB 127
464,933 464,933 000000000000000000488efe0b1f400eee0114024d08634f75653385f0f09bfb 926 1.00/1.00 vMB 155
464,932 464,932 0000000000000000009fdd3a6aa6957117cd053de9e5e6c060bba48c7f4474bf 1,641 1.00/1.00 vMB 178
464,931 464,931 00000000000000000155fc4cdcac1ca2f582ee1cf978948917d37dd319a7e132 2,133 1.00/1.00 vMB 171
464,930 464,930 000000000000000000f121471e1f35d5ca678d0a6dd8f4eb61e0a38cfc09a90b 2,163 1.00/1.00 vMB 209
464,929 464,929 000000000000000001015b489b561ba135b2c3896d07bdb2fd5adde8b032ab8d 2,178 1.00/1.00 vMB 195
464,928 464,928 000000000000000001c9c9fb25b87f8d5dcde50d5cd2221cc02c10f31d3f40b8 2,911 1.00/1.00 vMB 119
464,927 464,927 000000000000000000022b5407d2bd027246bca55edef979fd8b76bc4f65f325 2,346 1.00/1.00 vMB 127
464,926 464,926 0000000000000000014c1bf18db2a285d910901eeaa05af636da7abe0daf7df0 2,500 1.00/1.00 vMB 188
Previous 10 blocks ↓
Total Size: 783.10 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: 730.45 GB
    • Received: 18.51 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.