Loading Tool

Explorer IconExplorer

Memory Pool

80,677 transactions
29.82 vMB
0.06770179 BTC
Random Selection Loading Transactions
Max Size: 179.99/200 MB

Candidate Block

Mining Attempt 7df5559e6640331946ab13a4bd8f79faab7cd258dd367f53597234b4d4a4bc03
Version 20000000
Previous Block 000000000000000000017c2946f942e619550ccc2727f15be648c71ce8591f72
Merkle Root ceb23fd91f2000fe01dcdce1d1b2a6d6ea0a8dd5f71406117d642b8a27ac95bc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,553
Size: 1.00 vMB
Total Fees: 0.00681240 BTC
Feerates: 34.33 > 0.68 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,977 (684,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
230,149 230,149 00000000000001a56ab9122ab65cc1d1c8d7c9a4f4dd513a6c3de8a33e3473ea 739 0.25/1.00 vMB 221
230,148 230,148 00000000000000e66ec5bfeefeec07d042d9422813f91c647534ea2fa359d082 289 0.11/1.00 vMB 178
230,147 230,147 0000000000000051d686b124be676ee8f79cf969539e3578731d89a71373edd2 209 0.23/1.00 vMB 57
230,146 230,146 0000000000000079d7adf2b7d5b0e3beab39f9f7e2d2d9f2e4cbc9b8913464e2 586 0.25/1.00 vMB 155
230,145 230,145 00000000000001a3fb252ef7df43d70f751fcaac014e25b2fb31247ec255f715 155 0.07/1.00 vMB 108
230,144 230,144 0000000000000038dab3b75c0eb5effb082232bbee564c156c1c56330579a748 413 0.25/1.00 vMB 128
230,143 230,143 0000000000000007787dcd33c367d957ff16e41ec6e7b07bfe0a0e0b20d2fa22 554 0.25/1.00 vMB 189
230,142 230,142 0000000000000091a08a971e13c577ef5090a417f671b2437e9a4cd162ab725e 195 0.08/1.00 vMB 83
230,141 230,141 00000000000000dfb87bbdf878cf8387844c874e5a4de14016794eb78c7a4a06 14 0.01/1.00 vMB 231
230,140 230,140 00000000000001f53201c354a14e6300d51e11d60451dee0d1337ff4ad9a4f6b 107 0.07/1.00 vMB 117
230,139 230,139 000000000000018adb4e856d712eb76a215f2e3d20ce0c0f038534b7b29891d9 220 0.25/1.00 vMB 423
230,138 230,138 00000000000001e9c892fa07d8c35adf123b93a61dcb271526feb86804d002bc 283 0.36/1.00 vMB 68
230,137 230,137 00000000000001bcf49348be00dad3dc4120a4802ea8a4fe8899eccae7daee6f 1,037 0.47/1.00 vMB 170
230,136 230,136 0000000000000009706683c3774ab68b752d0ca136d152f2e8c742d2545fb44b 812 0.47/1.00 vMB 132
230,135 230,135 000000000000007e5337cb38ceaa446cb496dfc5198ce3d50bde73344be33bc1 542 0.25/1.00 vMB 179
230,134 230,134 00000000000001cd4c7c72e81a51afaa1ce680d2f400f3d469ce3843b9c0411a 341 0.21/1.00 vMB 124
230,133 230,133 00000000000001cc686aef8a3cec7f89dcca0c1d2e3ec6f5114a35bf4d4e21dd 303 0.24/1.00 vMB 132
230,132 230,132 00000000000001ba99212db1b65d9e3754ce4485d6d5992f236666f0a5e13e7c 357 0.24/1.00 vMB 137
230,131 230,131 00000000000000ebb8632a2dd6317904f23fe74df707148e770366b85a9daead 682 0.25/1.00 vMB 265
230,130 230,130 0000000000000210d35d8483592659f9234aec05f0722fa310ac12fae5a201d8 204 0.25/1.00 vMB 80
230,129 230,129 000000000000009464f9fc6a86075cebfb0ac49df102c428293230acb825a9a7 431 0.25/1.00 vMB 163
Previous 10 blocks ↓
Total Size: 782.35 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: 662.19 GB
    • Received: 14.84 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.