Loading Tool

Explorer IconExplorer

Memory Pool

37,075 transactions
26.99 vMB
0.05666570 BTC
Random Selection Loading Transactions
Max Size: 136.98/200 MB

Candidate Block

Mining Attempt 44ae7e95b5be06b6aaf0bd70bd2fd398ab027e8f0285135732f96770006a761f
Version 20000000
Previous Block 0000000000000000000205a7754b9683bd3803bdf38e1a942268db63b46eb04a
Merkle Root a9060fc2ff6391dc8dcd91f292f287a254ef73eb3d13e12c7b252c5872b4c321
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,492
Size: 1.00 vMB
Total Fees: 0.00598277 BTC
Feerates: 40.21 > 0.60 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,637 (81,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
833,620 833,620 000000000000000000019cdce4b2a750bab798827fda2f0a0b4e4758f0939e95 1,769 1.00/1.00 vMB 19
833,619 833,619 00000000000000000000aff039db65710e0741cf23c7c756df40a1286a7980f7 2,189 1.00/1.00 vMB 24
833,618 833,618 000000000000000000027a328fbd130718b803e6a725255aec235a97e8158cc9 2,397 1.00/1.00 vMB 25
833,617 833,617 000000000000000000017f985b448537897c45e1d7dadf3703e434b74e87179a 2,516 1.00/1.00 vMB 23
833,616 833,616 00000000000000000000ddc6ceec7ca5ec9b9315299d2cf542c689e3e597c1df 3,257 1.00/1.00 vMB 46
833,615 833,615 00000000000000000002ddefe7cbc44e0151a1b61494ba814e65cf95332fae42 3,098 1.00/1.00 vMB 62
833,614 833,614 000000000000000000031a29e2c8893b9c4f67a5109de1ff0a81606a2c353a74 3,254 1.00/1.00 vMB 52
833,613 833,613 0000000000000000000350a409599fe6b929bf99c98e16a46494b26b8bd10c55 2,135 1.00/1.00 vMB 17
833,612 833,612 00000000000000000002959a9e41f26e46c930e680d3993ddab2781c568ad0a4 2,969 1.00/1.00 vMB 38
833,611 833,611 00000000000000000001db1079ac62ddd9da74d7e2b40d84d663576c9f7048f0 2,214 1.00/1.00 vMB 25
833,610 833,610 00000000000000000002fdf38f0ee3c197378234d01355e8d1a50a6a36baac81 1,533 1.00/1.00 vMB 19
833,609 833,609 00000000000000000002c5c0aba96f981642a6dca109e6b3564925c21a98aa3e 2,372 1.00/1.00 vMB 24
833,608 833,608 00000000000000000002ccdc0cba82829f87ea2b28ad82642b54e4e05cc7b6d7 2,737 1.00/1.00 vMB 21
833,607 833,607 0000000000000000000202d064c9fcad240dd9067943486437758f747af3a648 3,044 1.00/1.00 vMB 38
833,606 833,606 000000000000000000024d967a17ec4095f0691ae4ef146e7d1c0eeb10247770 3,604 1.00/1.00 vMB 57
833,605 833,605 000000000000000000015087d56b53838cd66fbd2c8d298067e28773dbbec4d5 2,753 1.00/1.00 vMB 24
833,604 833,604 0000000000000000000070565bf4b8f9b430f5279179ba7703c41809f25824fb 2,148 1.00/1.00 vMB 20
833,603 833,603 00000000000000000000b88e658167c3c8d30c2d86a94e60ec70ec6be0281c2b 1,385 1.00/1.00 vMB 24
833,602 833,602 00000000000000000000c6f8ae1fee3d8dcc00b9fbf2828db22184fc15f00084 2,866 1.00/1.00 vMB 30
833,601 833,601 0000000000000000000270a4619172a1ef5a64f5ffd13d2b73b301e41d43cd10 3,275 1.00/1.00 vMB 41
833,600 833,600 00000000000000000003554f3c4a5addbc83f70721cd70fbe4c9636d98c0b0c4 1,796 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 781.75 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: 630.81 GB
    • Received: 12.05 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.