Loading Tool

Explorer IconExplorer

Memory Pool

79,989 transactions
29.35 vMB
0.12972886 BTC
Random Selection Loading Transactions
Max Size: 177.64/200 MB

Candidate Block

Mining Attempt 8da7e2d5470b9eddb37704a475b81f2c6d02150567e45937b3283fef6f26e7ba
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root bf6297015856a32438087d14db8ac87e9346b7eff721b06ad8107e531eb3379e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,469
Size: 1.00 vMB
Total Fees: 0.04852298 BTC
Feerates: 602.26 > 4.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (405,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
510,214 510,214 0000000000000000002f2bc8a2a9c7933968a8cd04b0a00ce7c42dcb9f3352e1 613 1.00/1.00 vMB 6
510,213 510,213 0000000000000000002a2c03017ac1d4025d52072227af2bf9dd6bfed3c75a83 2,507 1.00/1.00 vMB 51
510,212 510,212 0000000000000000002c8dd631ee2d5a815161b99b6f0381e3e94940d6c0e09c 2,278 0.98/1.00 vMB 56
510,211 510,211 0000000000000000000c763c8e7742e981dd9f62b79ba5c26ca9f636bf07d66a 202 1.00/1.00 vMB 3
510,210 510,210 0000000000000000005d3db808e1dd9d4cd03929fb8736a4fb28300465856130 1,332 1.00/1.00 vMB 9
510,209 510,209 0000000000000000003e8ce9c765b656f9a6d0ec8983b092f1d5b349211c52b3 2,214 1.00/1.00 vMB 69
510,208 510,208 0000000000000000001ecbb28c3db4e3fa28e59f11cc2a4d9486c1204b97890a 1,068 1.00/1.00 vMB 17
510,207 510,207 00000000000000000018008d3ed7f5df27872fe9f37134f14747e1117f0c4811 835 1.00/1.00 vMB 18
510,206 510,206 0000000000000000003959fa7d189df7d51005a9e5bc77fcc924b1cefaafa9e5 363 1.00/1.00 vMB 7
510,205 510,205 000000000000000000277b2717ba778bb69f2b2bf3dc1aae1648a264f90023cf 1,288 1.00/1.00 vMB 26
510,204 510,204 000000000000000000237fb82eb6f9b6455cafa2036f339dd9fc55da46d46bdd 130 0.05/1.00 vMB 82
510,203 510,203 0000000000000000003e9c3bc6c7a476a3569c7d1b4b03539f9938a0e0de39af 1,227 0.65/1.00 vMB 33
510,202 510,202 00000000000000000041d3f4963a7ff819e3cd649f3ccebb9ef431210e23aece 1,563 1.00/1.00 vMB 14
510,201 510,201 0000000000000000002c82129ae0c916f97b2ff7220b07a4cae19852b0bb42b2 982 0.42/1.00 vMB 85
510,200 510,200 000000000000000000306fc5c3a99d82296bdbe7753c89193775a6b621383334 1,182 1.00/1.00 vMB 21
510,199 510,199 000000000000000000558f7b8cd65ea586b42ce17050d144da641f144e98250f 275 1.00/1.00 vMB 4
510,198 510,198 000000000000000000236c2a42e5002d9a50258b32f7e96974124d0ea1d1be7d 260 1.00/1.00 vMB 4
510,197 510,197 0000000000000000005045aa716af0d85eb9196ff45eae880be6ab954e110232 728 1.00/1.00 vMB 11
510,196 510,196 0000000000000000000f2d5cc94d1e0667b9d21cface14f7e1ad9f21a3592531 315 1.00/1.00 vMB 7
510,195 510,195 0000000000000000004b90ed5ab8c344a808fdf8da1678f226b1c2b67f74a20d 57 0.04/1.00 vMB 23
510,194 510,194 000000000000000000209c855220dd5458bc39b922491742d572dc6cd4792c15 459 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.92 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: 714.46 GB
    • Received: 17.54 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.