Loading Tool

Explorer IconExplorer

Memory Pool

40,057 transactions
27.05 vMB
0.07604998 BTC
Random Selection Loading Transactions
Max Size: 140.07/200 MB

Candidate Block

Mining Attempt a03b108b6b2d38b23337219228e86d813dbcd054b8d449cb629c489d2b1f0d29
Version 20000000
Previous Block 00000000000000000001bb61480f3acfb38c91942ee0224968a6552800d0bad8
Merkle Root d7c6b37a4bd831359dd5af3ae9e0113ca06cc2b4587139501c233606611c5044
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,079
Size: 1.00 vMB
Total Fees: 0.02199375 BTC
Feerates: 201.37 > 2.20 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,681 (343,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,296 571,296 00000000000000000026e1fb5bbd1740d43309d07e3b458ab4bee644615ca3de 2,848 1.00/1.00 vMB 120
571,295 571,295 00000000000000000011d2b02ceca0357831d34cb821f849e9723077491d7dcb 2,603 1.00/1.00 vMB 144
571,294 571,294 0000000000000000000a00b9af4097293dbd94d48a5e9daced088adfddb55c4a 2,656 1.00/1.00 vMB 68
571,293 571,293 0000000000000000000c12f35518b5759efc52e4010638e0d6e24eb8fe7b5ab4 2,670 1.00/1.00 vMB 63
571,292 571,292 0000000000000000000db1652a39fb5059b173907301515874e1bc749585c20b 1,964 1.00/1.00 vMB 108
571,291 571,291 00000000000000000023ff7ecf95bb16a2efb752889d157d4308f811e1d62bb4 3,076 1.00/1.00 vMB 27
571,290 571,290 0000000000000000001c3619e2f2e31180b751583279cfe4f0d75e734d9dc626 2,883 1.00/1.00 vMB 75
571,289 571,289 00000000000000000024b308adaf4a105cbd5bb9d41a1b7239a0948a2c0e9283 3,155 1.00/1.00 vMB 7
571,288 571,288 0000000000000000000109a82120439d6c54e537d11c9be5c5e7ee86a093e67e 3,027 1.00/1.00 vMB 54
571,287 571,287 0000000000000000000238dc53c5b1257a19b9796c841a3ac563e81296960d6a 2,477 1.00/1.00 vMB 92
571,286 571,286 000000000000000000016d20eafaf150cb78d03de9043978a8aa8a23a634ba9e 2,642 1.00/1.00 vMB 117
571,285 571,285 00000000000000000018a6daa1375a097471c361211bff4d3d7f48a4ba074418 2,194 1.00/1.00 vMB 78
571,284 571,284 00000000000000000009826fd905a897fab272e14728ee2810fb8dbf6c6d4048 2,732 1.00/1.00 vMB 141
571,283 571,283 0000000000000000001dacbcd33f60be71e8eedfe500477dda2484edc32bf487 1,645 1.00/1.00 vMB 36
571,282 571,282 0000000000000000000f9cd18b1981cc0d86f2fd6a675cdc7708d08bf6ef25b8 1,076 1.00/1.00 vMB 10
571,281 571,281 0000000000000000001026ab973b732ff799d743385b9a6502e2884569e3796b 2,980 1.00/1.00 vMB 51
571,280 571,280 00000000000000000020d5f8e93bacc91a4bd6733997d085c3d39465745a0d60 3,317 1.00/1.00 vMB 11
571,279 571,279 0000000000000000002294e2efe4e37916a520b2b7d73616991d31d57f4fab97 2,771 1.00/1.00 vMB 82
571,278 571,278 0000000000000000001515e7ab90ffcadfbc4b57a4e23ecf0c0213c088719b5f 1,690 1.00/1.00 vMB 2
571,277 571,277 00000000000000000004e87aa4194dd2afd868399de211b2c2e853b4c10539c3 2,876 1.00/1.00 vMB 39
571,276 571,276 0000000000000000001c1e4e86ba536d28687a76ecf1be86e79bec3177ef2217 2,947 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.83 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: 636.65 GB
    • Received: 12.38 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.