Loading Tool

Explorer IconExplorer

Memory Pool

42,850 transactions
26.83 vMB
0.05748406 BTC
Random Selection Loading Transactions
Max Size: 141.17/200 MB

Candidate Block

Mining Attempt ae9c912f75d63d78e659d5c5d76f5521d33fe004dab51ce2523462c954780629
Version 20000000
Previous Block 000000000000000000012c4ce3dcc7b1929ce0c77b22cec549656a43e46e892c
Merkle Root fee0d7ec15682277441dd46e2f2ef33c6720aceee32e7d8396cd9ffb14484c4f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,024
Size: 1.00 vMB
Total Fees: 0.00750860 BTC
Feerates: 60.16 > 0.75 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,918 (591,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
323,093 323,093 00000000000000001259c416efe1a395b7f4809f22ba8c4d2444f749debd4e37 931 0.75/1.00 vMB 19
323,092 323,092 000000000000000019158a9774082ac3f0d9a706cf757adf054485e2d1ef353d 1,107 0.35/1.00 vMB 50
323,091 323,091 00000000000000001d8b49466fd31b7ab2ee8b6277c078746df7eb4df42311a9 1,105 0.53/1.00 vMB 29
323,090 323,090 00000000000000000add2f1fc6a67eb33264b294532822967af38bfad6a64e38 522 0.32/1.00 vMB 30
323,089 323,089 0000000000000000187ef1e809657a558dd3129d568ed500898ddf8bb064092b 1,028 0.73/1.00 vMB 20
323,088 323,088 000000000000000006d7a7a52619001312daea39647bd47cc0e09858860cad71 2,182 0.75/1.00 vMB 44
323,087 323,087 00000000000000001a25e41a2d5afd13c532c2d3578fc09f6b58aa7bd161fcaf 62 0.07/1.00 vMB 7
323,086 323,086 000000000000000011a241ed518ff050bf12e90c9f6ee8e8b2939f99c029d0ad 464 0.24/1.00 vMB 25
323,085 323,085 00000000000000000d6a0a7fd5bf7f31a145b23beba6cf3449abe5f7d8123294 1,392 0.73/1.00 vMB 26
323,084 323,084 0000000000000000018faf440f3f9c6d296ddc25aab7fd6ffd5f87105180bc97 761 0.25/1.00 vMB 47
323,083 323,083 0000000000000000075e5b0a5ee1fafba7cf452b4401b846c8cbdded4834f4e5 351 0.18/1.00 vMB 24
323,082 323,082 0000000000000000015e9ffdabf62bbd2b9d7c1c35d24cfb1476881a88b19a0f 649 0.26/1.00 vMB 36
323,081 323,081 00000000000000000a99f68aa0e020908c6bef3822f7a047e8b9533e3ba34f9f 727 0.30/1.00 vMB 31
323,080 323,080 000000000000000012d4342c450ecad5b62dda4ddfa74ec91c1e8a17376bf5b9 569 0.42/1.00 vMB 21
323,079 323,079 000000000000000000e097e8bd7e2e6de678c41ad59a15ced154b077dd9913fd 1,384 0.75/1.00 vMB 27
323,078 323,078 00000000000000001a794123afbc2c0ae7fc489c1372b8985c8066b07433c1d8 1,417 0.69/1.00 vMB 32
323,077 323,077 00000000000000001dda72e45868bccb812218e17adc06614041a84b99c36521 873 0.73/1.00 vMB 19
323,076 323,076 000000000000000016eabda45c71b571b7748b1987fa7f48822bed0490a5c248 1,081 0.75/1.00 vMB 22
323,075 323,075 00000000000000001cb6ee932e905a73cbd56d7476f3341376cd3ba14980286e 2,124 0.75/1.00 vMB 39
323,074 323,074 000000000000000006b54fe9c691bd756f5876d3fa4e8ae72df0e7cae03c0085 281 0.16/1.00 vMB 20
323,073 323,073 00000000000000000fdf7cb4e12e75785475e173f8a0d89e991ab821306e2010 1,447 0.79/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.24 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: 655.23 GB
    • Received: 14.27 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.