Loading Tool

Explorer IconExplorer

Memory Pool

44,332 transactions
27.56 vMB
0.08619717 BTC
Random Selection Loading Transactions
Max Size: 144.34/200 MB

Candidate Block

Mining Attempt d527558048a6cde7c9c7f34caead91e9eda4739d7cca7b5768ffb53f13a46e44
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root fc58cf9514d5d4d5f40821a9ff2b5b50b5172ae80421fa506619f6d810ef4cd4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,897
Size: 1.00 vMB
Total Fees: 0.03277169 BTC
Feerates: 151.65 > 3.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (259,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
655,227 655,227 0000000000000000000e3630587265a121732bae6e11a08149c6e694155cb699 2,825 1.00/1.00 vMB 170
655,226 655,226 0000000000000000000ed829466d50dcb2951fa4fbd2a7b4223cdb333485f1ff 1,781 1.00/1.00 vMB 30
655,225 655,225 0000000000000000000f3309421b41b806607171f20c02b49db1f30a026fd888 2,107 1.00/1.00 vMB 57
655,224 655,224 0000000000000000000273bbfbb5e52ff6f5f610fc01007b6c57102472173640 1,789 1.00/1.00 vMB 257
655,223 655,223 00000000000000000001e6ab9275420538375da7c1e80a5ac13e2fb276df18df 1,835 1.00/1.00 vMB 66
655,222 655,222 0000000000000000000326cb2d00443dcb5adf45ba764529c14e0fbfa3e5af80 2,455 1.00/1.00 vMB 99
655,221 655,221 000000000000000000052fc99efab0d5081b616efe588636c1cda23d1a3a3144 2,788 1.00/1.00 vMB 292
655,220 655,220 0000000000000000000e6263510b57b7cba1427ca3a2805bcb03146c6f9e787f 2,597 1.00/1.00 vMB 82
655,219 655,219 00000000000000000002bf318c2c4fcedafe720942ccd179ea5fba891d39cbdc 2,699 1.00/1.00 vMB 176
655,218 655,218 00000000000000000001400d44cf50c616097db3d642e70c700dcff3ff6cd11b 2,118 1.00/1.00 vMB 136
655,217 655,217 00000000000000000001614ae5afb6b42f9c1eac2e5a516142a408efd6aeb28f 2,378 1.00/1.00 vMB 65
655,216 655,216 0000000000000000000a61bd37892671c364271bd672fe30f2bd580e5c2be05f 2,719 1.00/1.00 vMB 186
655,215 655,215 00000000000000000002acf14496053db52676ba28a2efd9bd3f818d7812f5c2 2,572 1.00/1.00 vMB 91
655,214 655,214 0000000000000000000e8cbe2588ad8f61d9594d29245eb74ae510057068ac79 2,516 1.00/1.00 vMB 211
655,213 655,213 0000000000000000000398c9d0cdf4c681df9d7c56b0e7a1cc12a28f162e2ce9 2,647 1.00/1.00 vMB 192
655,212 655,212 0000000000000000000d14cc2b3a2d925b0e192c2619cc323b85027d9a45bab1 2,204 1.00/1.00 vMB 96
655,211 655,211 00000000000000000009b4d94737c05201d6840118a5461ef5b58966544228fd 2,518 1.00/1.00 vMB 302
655,210 655,210 00000000000000000007a55807083a853f3a1027384f652d4b3a355748644a9d 1,982 1.00/1.00 vMB 301
655,209 655,209 0000000000000000000abff22c1ae0c3f9c74354f49c8ac3f244bfe2e341d229 2,745 1.00/1.00 vMB 235
655,208 655,208 00000000000000000006bcb5888165f334a6a071943e82f2e7b688c1bf407805 2,907 1.00/1.00 vMB 311
655,207 655,207 00000000000000000006a6b7bd73921def14af149f6d13f639af7afafece3de8 2,236 1.00/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 782.22 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: 654.72 GB
    • Received: 14.17 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.