Loading Tool

Explorer IconExplorer

Memory Pool

39,375 transactions
32.62 vMB
0.07485043 BTC
Random Selection Loading Transactions
Max Size: 161.18/200 MB

Candidate Block

Mining Attempt 4e47b992663eb736cf5e07ea31ac513f1e40c722d141ac22891aaaf8f7d8b161
Version 20000000
Previous Block 00000000000000000000501633326136b197890c220f226ea3515a7126fefcc9
Merkle Root 620fe8dd52d54de3bc00519d5b1662150aad0fee7bfc8a60129b3542efd6ef76
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,358
Size: 1.00 vMB
Total Fees: 0.00604958 BTC
Feerates: 13.87 > 0.61 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,560 (459,114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,446 455,446 0000000000000000003e415289ab3abd2dde602acd6d78d75187e55401cc223f 2,781 1.00/1.00 vMB 205
455,445 455,445 0000000000000000020574025b8b7c7d03f7e477f4f6e286b115b488a208178d 1,516 0.86/1.00 vMB 156
455,444 455,444 0000000000000000008812a52e11d5ccce505c52960c88859fcd38c2b5565b1e 1,928 1.00/1.00 vMB 163
455,443 455,443 000000000000000000c318727ee96d86cb32ba4f9ce2816b5cba6161b6bdb158 1,775 1.00/1.00 vMB 144
455,442 455,442 0000000000000000021c415bbcdf5a8baf78b36102747edebe379e012e7716e7 1,892 1.00/1.00 vMB 167
455,441 455,441 00000000000000000239da9d6896252f1b512274a363b9ed2e3ef64a9c329b84 3,136 1.00/1.00 vMB 153
455,440 455,440 0000000000000000002134d3324d5bca74c5782efa3f4e1055e8b282d4735858 2,329 1.00/1.00 vMB 129
455,439 455,439 0000000000000000019afb78b1622c6c393837301a4fbb5aa63cc897a6bdfdea 2,850 1.00/1.00 vMB 133
455,438 455,438 000000000000000000c0b3d134c5f40365b725a382e3f73f8500688c41ecaf31 1,995 1.00/1.00 vMB 134
455,437 455,437 000000000000000000701ca71573093a25e27edc18b10dd2b64492d93e70a386 1,977 1.00/1.00 vMB 149
455,436 455,436 000000000000000002564ac6f164d9cc6617d309e25c01a3148d57a1999902cf 2,673 1.00/1.00 vMB 180
455,435 455,435 0000000000000000025f2c27c8192cd6f4620e9f7807800fd6fe7d511204704c 2,092 1.00/1.00 vMB 172
455,434 455,434 0000000000000000002b66588eddf0d52c4b4f2d31a70072a8aacce579364c4a 2,421 1.00/1.00 vMB 201
455,433 455,433 000000000000000001d5813cc5fefb87850833a62e254f407ee9f3738a77c8f3 1,226 1.00/1.00 vMB 145
455,432 455,432 000000000000000000b78b091ab39145756d29e1d4c2dc48498954e4fd9fd93d 2,287 1.00/1.00 vMB 164
455,431 455,431 000000000000000000b1f3a8b95dc6633b6c8acc9273a39b78b7eca3a9e96891 2,212 1.00/1.00 vMB 197
455,430 455,430 000000000000000000fb14c4a6d1f58d80acca8f6e7d23930200cf098fd04520 2,147 1.00/1.00 vMB 172
455,429 455,429 0000000000000000003db69764e4c89a5b95764c489069fab1b8b01d25713575 1,558 1.00/1.00 vMB 190
455,428 455,428 0000000000000000005066e355a33af8feafc39e71d58ec8072ab7810adcc51e 2,595 1.00/1.00 vMB 220
455,427 455,427 0000000000000000001e0e2fbb717ecc9af78aa9ea0021c4cef936d93b409b05 2,308 1.00/1.00 vMB 157
455,426 455,426 00000000000000000232c8d19fd0430712a290cd91b625445738203d6dfaaf79 2,746 1.00/1.00 vMB 226
Previous 10 blocks ↓
Total Size: 781.60 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 623.97 GB
    • Received: 11.52 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.